Mobile native Wearable native

System

System features include log message handling and UI extensions.

Traditional mobile devices mostly depend on the auditory or visual sensors of a user in providing information. New technologies, such as recognition, enable devices to acquire information in unaccustomed ways. The Tizen UI extensions provide ways to use the device in unconventional ways and give you access to built-in sensors, such as acceleration and tilt sensors. The UI extensions improve the user experience while interacting with the mobile phone using these new technologies.

The main system features are:

  • Device

    Enables you to control attached devices.

  • dlog

    Allows you to collect log messages.

  • Media key

    Enables you to manage callbacks for media key events.

  • Runtime information

    Enables you to retrieve memory or storage information in your application, such as allocated and available amounts.

  • Sensor

    Enables you to manage sensor data from various device sensor types.

  • System Information

    Enables you to retrieve information about fixed platform features or device capabilities.

  • System Settings

    Enables you to set and get the system configuration related to user preferences.

  • Storage

    Enables you to access parts of the device file system.

Go to top