From 8ae95da986c352591676b7ae0b1b506832c11173 Mon Sep 17 00:00:00 2001 From: "jinwang.an" Date: Fri, 25 Aug 2017 11:38:13 +0900 Subject: [PATCH] Add privilege info on class property. Change-Id: Ia601c2fac8c4ff3b151e3ac9fabe31f0668c6060 Signed-off-by: jinwang.an --- .../Tizen.System.SystemSettings/SystemSettings.cs | 120 +++++++++++++++++++++ 1 file changed, 120 insertions(+) diff --git a/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs b/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs index 53c31cf..6fb1b8e 100755 --- a/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs +++ b/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs @@ -30,6 +30,8 @@ namespace Tizen.System /// /// The file path of the current ringtone. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static string IncomingCallRingtone { get @@ -55,6 +57,8 @@ namespace Tizen.System /// /// The file path of the current home-screen wallpaper. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static string WallpaperHomeScreen { get @@ -80,6 +84,8 @@ namespace Tizen.System /// /// The file path of the current lock-screen wallpaper. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static string WallpaperLockScreen { get @@ -105,6 +111,8 @@ namespace Tizen.System /// /// The current system font size. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static SystemSettingsFontSize FontSize { get @@ -130,6 +138,8 @@ namespace Tizen.System /// /// The current system font type. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static string FontType { get @@ -155,6 +165,8 @@ namespace Tizen.System /// /// Indicates whether the motion service is activated. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static bool MotionActivationEnabled { get @@ -180,6 +192,8 @@ namespace Tizen.System /// /// The file path of the current email alert ringtone. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static string EmailAlertRingtone { get @@ -204,6 +218,8 @@ namespace Tizen.System /// /// Indicates whether the USB debugging is enabled. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static bool UsbDebuggingEnabled { get @@ -229,6 +245,8 @@ namespace Tizen.System /// /// Indicates whether the 3G data network is enabled. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static bool Data3GNetworkEnabled { get @@ -254,6 +272,8 @@ namespace Tizen.System /// /// Indicates the lock-screen application package name. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static string LockscreenApp { get @@ -279,6 +299,8 @@ namespace Tizen.System /// /// The current system default font type (only supports Get). /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static string DefaultFontType { get @@ -298,6 +320,8 @@ namespace Tizen.System /// The country setting is in the ISO 639-2 format, /// and the region setting is in the ISO 3166-1 alpha-2 format. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static string LocaleCountry { get @@ -325,6 +349,8 @@ namespace Tizen.System /// The language setting is in the ISO 639-2 format, /// and the region setting is in the ISO 3166-1 alpha-2 format. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static string LocaleLanguage { get @@ -351,6 +377,8 @@ namespace Tizen.System /// Indicates whether the 24-hour clock is used. /// If the value is false, the 12-hour clock is used. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static bool LocaleTimeFormat24HourEnabled { get @@ -376,6 +404,8 @@ namespace Tizen.System /// /// Indicates the current time zone, for example, Pacific/Tahiti. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static string LocaleTimeZone { get @@ -401,6 +431,8 @@ namespace Tizen.System /// /// Once the system changes time, this event occurs to notify the time change. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static int Time { get @@ -417,6 +449,8 @@ namespace Tizen.System /// /// Indicates whether the screen lock sound is enabled on the device, for example, the LCD on or off sound. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static bool SoundLockEnabled { get @@ -434,6 +468,8 @@ namespace Tizen.System /// /// Indicates whether the device is in the silent mode. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static bool SoundSilentModeEnabled { get @@ -451,6 +487,8 @@ namespace Tizen.System /// /// Indicates whether the screen touch sound is enabled on the device. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static bool SoundTouchEnabled { get @@ -468,6 +506,8 @@ namespace Tizen.System /// /// Indicates whether the rotation control is automatic. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static bool DisplayScreenRotationAutoEnabled { get @@ -485,6 +525,8 @@ namespace Tizen.System /// /// Indicates the device name. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static string DeviceName { get @@ -501,6 +543,8 @@ namespace Tizen.System /// /// Indicates whether the device user has enabled the motion feature. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static bool MotionEnabled { get @@ -518,6 +562,8 @@ namespace Tizen.System /// /// Indicates whether Wi-Fi related notifications are enabled on the device. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static bool NetworkWifiNotificationEnabled { get @@ -535,6 +581,8 @@ namespace Tizen.System /// /// Indicates whether the device is in the flight mode. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static bool NetworkFlightModeEnabled { get @@ -552,6 +600,8 @@ namespace Tizen.System /// /// Indicates the backlight time (in seconds). The following values can be used: 15, 30, 60, 120, 300, and 600. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static int ScreenBacklightTime { get @@ -577,6 +627,8 @@ namespace Tizen.System /// /// Indicates the file path of the current notification tone set by the user. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static string SoundNotification { get @@ -602,6 +654,8 @@ namespace Tizen.System /// /// Indicates the time period for notification repetitions. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static int SoundNotificationRepetitionPeriod { get @@ -627,6 +681,8 @@ namespace Tizen.System /// /// Indicates the current lock state. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static SystemSettingsIdleLockState LockState { get @@ -652,6 +708,8 @@ namespace Tizen.System /// /// The current system ADS ID. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static string AdsId { get @@ -678,6 +736,8 @@ namespace Tizen.System /// /// Indicates the time period for notification repetitions. /// + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static SystemSettingsUdsState UltraDataSave { get @@ -706,6 +766,8 @@ namespace Tizen.System /// /// /// The IncomingCallRingtoneChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler IncomingCallRingtoneChanged { add @@ -747,6 +809,8 @@ namespace Tizen.System /// /// /// The WallpaperHomeScreenChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler WallpaperHomeScreenChanged { add @@ -788,6 +852,8 @@ namespace Tizen.System /// /// /// The WallpaperLockScreenChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler WallpaperLockScreenChanged { add @@ -829,6 +895,8 @@ namespace Tizen.System /// /// /// The FontSizeChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler FontSizeChanged { add @@ -870,6 +938,8 @@ namespace Tizen.System /// /// /// The FontTypeChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler FontTypeChanged { add @@ -911,6 +981,8 @@ namespace Tizen.System /// /// /// The MotionActivationChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler MotionActivationSettingChanged { add @@ -952,6 +1024,8 @@ namespace Tizen.System /// /// /// The EmailAlertRingtoneChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler EmailAlertRingtoneChanged { add @@ -993,6 +1067,8 @@ namespace Tizen.System /// /// /// The UsbDebuggingSettingChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler UsbDebuggingSettingChanged { add @@ -1034,6 +1110,8 @@ namespace Tizen.System /// /// /// The Data3GNetworkSettingChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler Data3GNetworkSettingChanged { add @@ -1075,6 +1153,8 @@ namespace Tizen.System /// /// /// The LockscreenAppChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler LockscreenAppChanged { add @@ -1116,6 +1196,8 @@ namespace Tizen.System /// /// /// The LocaleCountryChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler LocaleCountryChanged { add @@ -1157,6 +1239,8 @@ namespace Tizen.System /// /// /// The LocaleLanguageChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler LocaleLanguageChanged { add @@ -1198,6 +1282,8 @@ namespace Tizen.System /// /// /// The LocaleTimeFormat24HourChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler LocaleTimeFormat24HourSettingChanged { add @@ -1239,6 +1325,8 @@ namespace Tizen.System /// /// /// The LocaleTimeZoneChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler LocaleTimeZoneChanged { add @@ -1281,6 +1369,8 @@ namespace Tizen.System /// /// /// The TimeChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler TimeChanged { add @@ -1322,6 +1412,8 @@ namespace Tizen.System /// /// /// The SoundLockChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler SoundLockSettingChanged { add @@ -1363,6 +1455,8 @@ namespace Tizen.System /// /// /// The SoundSilentModeChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler SoundSilentModeSettingChanged { add @@ -1404,6 +1498,8 @@ namespace Tizen.System /// /// /// The SoundTouchChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler SoundTouchSettingChanged { add @@ -1445,6 +1541,8 @@ namespace Tizen.System /// /// /// The DisplayScreenRotationAutoChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler DisplayScreenRotationAutoSettingChanged { add @@ -1486,6 +1584,8 @@ namespace Tizen.System /// /// /// The DeviceNameChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler DeviceNameChanged { add @@ -1527,6 +1627,8 @@ namespace Tizen.System /// /// /// The MotionSettingChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler MotionSettingChanged { add @@ -1568,6 +1670,8 @@ namespace Tizen.System /// /// /// The NetworkWifiNotificationChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler NetworkWifiNotificationSettingChanged { add @@ -1609,6 +1713,8 @@ namespace Tizen.System /// /// /// The NetworkFlightModeChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler NetworkFlightModeSettingChanged { add @@ -1650,6 +1756,8 @@ namespace Tizen.System /// /// /// The ScreenBacklightTimeChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler ScreenBacklightTimeChanged { add @@ -1691,6 +1799,8 @@ namespace Tizen.System /// /// /// The SoundNotificationChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler SoundNotificationChanged { add @@ -1732,6 +1842,8 @@ namespace Tizen.System /// /// /// The SoundNotificationRepetitionPeriodChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler SoundNotificationRepetitionPeriodChanged { add @@ -1773,6 +1885,8 @@ namespace Tizen.System /// /// /// The LockStateChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler LockStateChanged { add @@ -1814,6 +1928,8 @@ namespace Tizen.System /// /// /// The AdsIdChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler AdsIdChanged { add @@ -1855,6 +1971,8 @@ namespace Tizen.System /// /// /// The UltraDataSaveChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler UltraDataSaveChanged { add @@ -1896,6 +2014,8 @@ namespace Tizen.System /// /// /// The UltraDataSavePackageListChangedEventArgs object that contains the key and the changed value. + /// http://tizen.org/privilege/systemsettings.admin + /// platform public static event EventHandler UltraDataSavePackageListChanged { add -- 2.7.4