[Tizen.System.SystemSettings] Add feature telephoney for AutomaticTimeUpdate and...
authorJinWang An <35290168+jinwangan@users.noreply.github.com>
Thu, 24 May 2018 10:12:42 +0000 (19:12 +0900)
committerGitHub <noreply@github.com>
Thu, 24 May 2018 10:12:42 +0000 (19:12 +0900)
* Modify feature for font classes.

Signed-off-by: jinwang.an <jinwang.an@samsung.com>
* [Tizen.System.SystemSettings] Add feature telephoney for AutomaticTimeUpdate and its EventArgs.

Signed-off-by: jinwang.an <jinwang.an@samsung.com>
src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs
src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs

index 4ff2482..2ab04bc 100755 (executable)
@@ -1008,6 +1008,7 @@ namespace Tizen.System
         /// <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
         /// <privlevel>platform</privlevel>
         /// <feature>http://tizen.org/feature/systemsetting</feature>
+        /// <feature>http://tizen.org/feature/network.telephony</feature>
         /// <exception cref="ArgumentException">Invalid Argument</exception>
         /// <exception cref="NotSupportedException">Not Supported feature</exception>
         /// <exception cref="InvalidOperationException">Invalid operation</exception>
index 7e6ec43..62b4a16 100755 (executable)
@@ -1062,6 +1062,7 @@ namespace Tizen.System
     /// <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
     /// <privlevel>platform</privlevel>
     /// <feature>http://tizen.org/feature/systemsetting</feature>
+    /// <feature>http://tizen.org/feature/network.telephony</feature>
     /// <exception cref="ArgumentException">Invalid Argument</exception>
     /// <exception cref="NotSupportedException">Not Supported feature</exception>
     /// <exception cref="InvalidOperationException">Invalid operation</exception>