From f150538b48abd58e9298adb3898947d82226c37f Mon Sep 17 00:00:00 2001 From: Sabeena Sankanur <35525967+sabeena21@users.noreply.github.com> Date: Thu, 13 Sep 2018 10:42:51 +0530 Subject: [PATCH] Review of SystemSettings (#435) --- .../Tizen.System.SystemSettings/SystemSettings.cs | 10 +++++----- .../Tizen.System.SystemSettings/SystemSettingsEventArgs.cs | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs b/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs index 2ab04bc..59c740d 100755 --- a/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs +++ b/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs @@ -970,7 +970,7 @@ namespace Tizen.System } /// - /// Indicates whether the vibration is enabled on the device. + /// Indicates whether the vibration is enabled on the device or not. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -1003,7 +1003,7 @@ namespace Tizen.System } /// - /// Indicates whether the automatic time update is enabled on the device. + /// Indicates whether the automatic time update is enabled on the device or not. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -1037,7 +1037,7 @@ namespace Tizen.System } /// - /// Indicates whether the developer option state is enabled on the device. + /// Indicates whether the developer option state is enabled on the device or not. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -2718,7 +2718,7 @@ namespace Tizen.System }; private static event EventHandler s_automaticTimeUpdateChanged; /// - /// The AutomaticTimeUpdateChanged event is triggered when the automaticTimeUpdate value is changed. + /// The AutomaticTimeUpdateChanged event is triggered when the AutomaticTimeUpdate value is changed. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -2765,7 +2765,7 @@ namespace Tizen.System }; private static event EventHandler s_developerOptionStateChanged; /// - /// The DeveloperOptionStateChanged event is triggered when the developerOptionState value is changed. + /// The DeveloperOptionStateChanged event is triggered when the DeveloperOptionState value is changed. /// /// http://tizen.org/privilege/systemsettings.admin /// platform diff --git a/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs b/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs index 62b4a16..8b5e10c 100755 --- a/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs +++ b/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs @@ -1044,7 +1044,7 @@ namespace Tizen.System } /// - /// Indicates whether the vibration is enabled on the device. + /// Indicates whether the vibration is enabled on the device or not. /// /// 5 public bool Value @@ -1077,7 +1077,7 @@ namespace Tizen.System } /// - /// Indicates whether the updating time automatically is enabled on the device. + /// Indicates whether the updating time is automatically enabled on the device or not. /// /// 5 public bool Value @@ -1109,7 +1109,7 @@ namespace Tizen.System } /// - /// Indicates whether developer option state is enabled on the device. + /// Indicates whether developer option state is enabled on the device or not. /// /// 5 public bool Value -- 2.7.4