Mobile Web Wearable Web

System Setting

Tizen enables you to access the device's settings for the home and lock screen wallpaper, the incoming call ringtone, and email notification tone.

The System Setting API is mandatory for both Tizen mobile and wearable profiles, which means that it is supported in all mobile and wearable devices. The System Setting API is supported on the Tizen mobile Emulator and partly supported on the Tizen wearable Emulator (only the home screen and incoming call features).

The following table lists the supported system setting properties.

Table: Available properties
Property Description
HOME_SCREEN Provides information about the home screen image of the device.
LOCK_SCREEN Provides information about the lock screen image of the device.
INCOMING_CALL Provides information about the incoming call ringtone sound of the device.
NOTIFICATION_EMAIL Provides information about the notification email tone sound of the device.
Note
You can change the home and lock screen images and modify the incoming call ringtone and notification email tone sound by using the setProperty() method of the SystemSettingManager interface (in mobile and wearable applications). Similarly, you can get the information about them by using the getProperty() method.
Go to top