[SystemSettings]Add feature RotaryEventEnabled (#1049)
authorJinWang An <35290168+jinwangan@users.noreply.github.com>
Wed, 2 Oct 2019 05:52:42 +0000 (14:52 +0900)
committerGitHub <noreply@github.com>
Wed, 2 Oct 2019 05:52:42 +0000 (14:52 +0900)
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 9343522..8b7bfa2 100755 (executable)
@@ -1151,6 +1151,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/input.rotating_bezel</feature>
         /// <exception cref="NotSupportedException">Not Supported feature</exception>
         /// <exception cref="UnauthorizedAccessException">Thrown when application does not have privilege to access this method.</exception>
         /// <remarks>
@@ -3023,6 +3024,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/input.rotating_bezel</feature>
         /// <exception cref="NotSupportedException">Not Supported feature</exception>
         /// <exception cref="UnauthorizedAccessException">Thrown when application does not have privilege to access this method.</exception>
         /// <remarks>
index 8ad81c0..73076aa 100755 (executable)
@@ -1193,6 +1193,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/input.rotating_bezel</feature>
     /// <exception cref="NotSupportedException">Not Supported feature</exception>
     /// <exception cref="UnauthorizedAccessException">Thrown when application does not have privilege to access this method.</exception>
     /// <remarks>