a69111a6477109965bf36d2a058e563af59caa0c
[apps/web/sample/CallLog.git] / project / config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <widget
3     xmlns="http://www.w3.org/ns/widgets"
4     xmlns:tizen="http://tizen.org/ns/widgets"
5     id="http://sample-web-application.tizen.org/CallLog"
6     version="2.2.0"
7     viewmodes="maximized">
8
9     <tizen:application
10         id="1I49ZSFY56.CallLog"
11         package="1I49ZSFY56"
12         required_version="2.2" />
13
14     <content src="index.html" />
15
16     <icon src="icon.png" />
17
18     <name>Call Log</name>
19
20     <feature name="http://tizen.org/feature/screen.size.normal.720.1280" />
21
22     <tizen:privilege name="http://tizen.org/privilege/application.launch" />
23     <tizen:privilege name="http://tizen.org/privilege/callhistory.read" />
24     <tizen:privilege name="http://tizen.org/privilege/callhistory.write" />
25     <tizen:privilege name="http://tizen.org/privilege/contact.read" />
26
27     <tizen:setting
28         screen-orientation="portrait"
29         context-menu="disable"
30         background-support="disable"
31         encryption="disable"
32         install-location="auto" />
33
34 </widget>