From b3ba6044cef7ff3e60f716cb0190576bfc0f5732 Mon Sep 17 00:00:00 2001 From: Wootak Date: Mon, 29 Jan 2018 10:40:13 +0900 Subject: [PATCH] Fix call notification numbering (#90) --- src/Tizen.Telephony/Tizen.Telephony/ChangeNotificationEventArgs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.Telephony/Tizen.Telephony/ChangeNotificationEventArgs.cs b/src/Tizen.Telephony/Tizen.Telephony/ChangeNotificationEventArgs.cs index 01abf67..e45df9c 100644 --- a/src/Tizen.Telephony/Tizen.Telephony/ChangeNotificationEventArgs.cs +++ b/src/Tizen.Telephony/Tizen.Telephony/ChangeNotificationEventArgs.cs @@ -196,7 +196,7 @@ namespace Tizen.Telephony /// /// http://tizen.org/privilege/telephony /// - VoiceCallStatusIdle, + VoiceCallStatusIdle = 0x32, /// /// The notification to be invoked when a voice call is in the active status. /// 'handle id(uint)' will be delivered in the notification data. -- 2.7.4