alywatchface/tizen-manifest.xml
alyssadev e13ef3be80 Init
2023-10-23 13:19:08 +10:00

16 lines
934 B
XML

<?xml version="1.0" encoding="utf-8"?><manifest xmlns="http://tizen.org/ns/packages" api-version="5.0.0.0" package="com.watchface.face" version="1.0.0">
<watch-application ambient-support="true" appid="com.watchface.face" exec="com.watchface.face">
<metadata key="http://developer.samsung.com/tizen/metadata/watchface" value="true"/>
<icon>face.png</icon>
<label>face</label>
</watch-application>
<privileges>
<privilege>http://tizen.org/privilege/appmanager.launch</privilege>
<privilege>http://tizen.org/privilege/packagemanager.info</privilege>
<privilege>http://tizen.org/privilege/healthinfo</privilege>
<privilege>http://tizen.org/privilege/alarm.set</privilege>
</privileges>
<feature name="http://tizen.org/feature/screen.shape.circle">true</feature>
<feature name="http://tizen.org/feature/screen.size.normal.360.360">true</feature>
</manifest>