-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.xml
executable file
·17 lines (17 loc) · 1.15 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="http://serfoco.org/Wheellog" version="1.0.0" viewmodes="maximized">
<tizen:application id="ZxTNJ1XDNU.Wheellog" package="ZxTNJ1XDNU" required_version="2.2"/>
<content src="index.html"/>
<feature name="http://tizen.org/feature/screen.size.all"/>
<icon src="ic_launcher_circ.png"/>
<tizen:metadata key="AccessoryServicesLocation" value="res/xml/sapservices.xml"/>
<tizen:metadata key="master_app_name" value="WheelLog"/>
<tizen:metadata key="master_app_packagename" value="com.cooper.wheellog"/>
<tizen:metadata key="master_app_3rd_url_deeplink" value="https://drive.google.com/file/d/0B3cjKgEvoZ5XUHlvTHFpY0tzOWc/view?usp=sharing"/>
<tizen:metadata key="master_app_auto_uninstallation" value="no"/>
<name>Wheellog</name>
<tizen:privilege name="http://developer.samsung.com/privilege/accessoryprotocol"/>
<tizen:privilege name="http://tizen.org/privilege/power"/>
<tizen:profile name="wearable"/>
<tizen:setting background-support="disable" encryption="disable" hwkey-event="enable"/>
</widget>