-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.xml
29 lines (28 loc) · 1.66 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://QuantiModo/MoodiModo" version="1.1.3" height="1218" width="720" viewmodes="maximized">
<tizen:app-control>
<tizen:src name="report_mood.html"/>
<tizen:operation name="http://tizen.org/appcontrol/operation/report_mood"/>
</tizen:app-control>
<tizen:application id="bELa1lU4il.MoodiModo" package="bELa1lU4il" required_version="2.2"/>
<content src="index.html"/>
<feature name="http://tizen.org/api/alarm"/>
<feature name="http://tizen.org/api/alarm.read"/>
<feature name="http://tizen.org/api/alarm.write"/>
<feature name="http://tizen.org/api/application"/>
<feature name="http://tizen.org/api/application.kill"/>
<feature name="http://tizen.org/api/application.launch"/>
<feature name="http://tizen.org/api/application.read"/>
<feature name="http://tizen.org/api/systeminfo"/>
<feature name="http://tizen.org/api/time"/>
<feature name="http://tizen.org/api/time.read"/>
<feature name="http://tizen.org/api/time.write"/>
<feature name="http://tizen.org/api/tizen"/>
<feature name="http://tizen.org/feature/screen.size.normal"/>
<icon src="icon.png"/>
<name>MoodiModo</name>
<tizen:privilege name="http://tizen.org/privilege/alarm"/>
<tizen:privilege name="http://tizen.org/privilege/notification"/>
<tizen:privilege name="http://tizen.org/privilege/application.launch"/>
<tizen:setting screen-orientation="portrait" context-menu="disable" background-support="disable" encryption="disable" install-location="auto" hwkey-event="enable"/>
</widget>