How to set the config.xml for the watch face?
■ Summary
- The following code snippet demonstrates how to set the config.xml for the watch face.
- The setting value is different for each Tizen version.
- The following code snippet demonstrates how to set the config.xml for the watch face.
- The setting value is different for each Tizen version.
/********************************************************************
* The config.xml contains a specific category for the watch face
*********************************************************************/
// Latest version : Samsung Gear S2
<tizen:category name="http://tizen.org/category/wearable_clock" />
// Old Version : Samsung Gear2, Samsung Gear2 Neo, and Samsung Gear S devices
<tizen:category name="com.samsung.wmanager.WATCH_CLOCK" />