Enum SystemSettingsKeys

    Definition

    Namespace:
    Tizen.System
    Assembly:
    Tizen.System.SystemSettings.dll

    Enumeration for all the available system settings.

    public enum SystemSettingsKeys

    Fields

    Name Description
    AccessibilityTtsEnabled

    GET (bool) Indicates whether the the accessibility TTS is enabled on the device.

    AdsId

    GET (string) Indicates the ADS ID for each device.

    Data3GNetworkEnabled

    GET (bool) Indicates whether the 3G-data network is enabled.

    DefaultFontType

    GET (string) The current system default font type (only supports Get).

    DeviceName

    GET (string) Indicates the device name.

    DisplayScreenRotationAutoEnabled

    GET (bool) Indicates whether the rotation control is automatic.

    EmailAlertRingtone

    GET (string) The file path of the current email alert ringtone.

    FontSize

    GET (int) The current system font size.

    FontType

    GET (string) The current system font type.

    IncomingCallRingtone

    GET (string) The file path of the current ringtone.

    LocaleCountry

    GET (string) Indicates the current country setting in the <LANGUAGE>_<REGION> syntax. The country setting is in the ISO 639-2 format, and the region setting is in the ISO 3166-1 alpha-2 format.

    LocaleLanguage

    GET (string) Indicates the current language setting in the <LANGUAGE>_<REGION> syntax. The language setting is in the ISO 639-2 format, and the region setting is in the ISO 3166-1 alpha-2 format.

    LocaleTimeFormat24HourEnabled

    GET (bool) Indicates whether the 24-hour clock is used. If the value is false, the 12-hour clock is used.

    LocaleTimeZone

    GET (string) Indicates the current time zone, for example, Pacific/Tahiti.

    LockScreenApp

    GET (string) Indicates the lock-screen application package name.

    LockState

    GET (int) Indicates the current lock state.

    MotionActivationEnabled

    GET (bool) Indicates whether the motion service is activated.

    MotionEnabled

    GET (bool) Indicates whether the device user has the enabled motion feature.

    NetworkFlightModeEnabled

    GET (bool) Indicates whether the device is in the flight mode.

    NetworkWifiNotificationEnabled

    GET (bool) Indicates whether WiFi-related notifications are enabled on the device.

    ScreenBacklightTime

    GET (int) Indicates the backlight time (in seconds). The following values can be used: 15, 30, 60, 120, 300, and 600.

    SoundLockEnabled

    GET (bool) Indicates whether the screen lock sound is enabled on the device, for example, the LCD on or off sound.

    SoundNotification

    GET (string) Indicates the file path of the current notification tone set by the user.

    SoundNotificationRepetitionPeriod

    GET (int) Indicates the time period for notification repetitions.

    SoundSilentModeEnabled

    GET (bool) Indicates whether the device is in the silent mode.

    SoundTouchEnabled

    GET (bool) Indicates whether the screen touch sound is enabled on the device.

    Time

    GET (int) Once system changes the time, this event occurs to notify the time change.

    UltraDataSave

    GET (int) Indicates the Ultra Data Save status, one of the #SystemSettingsUdsState values.

    UltraDataSavePackageList

    GET (string) Indicates the Ultra Data Save Package List. Since 4.0, the list is a string containing whitelisted package names separated with semicolons (;).

    UsbDebuggingEnabled

    GET (bool) Indicates whether the USB debugging is enabled.

    WallpaperHomeScreen

    GET (string) The file path of the current home-screen wallpaper.

    WallpaperLockScreen

    GET (string) The file path of the current lock-screen wallpaper.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX