[CallLog]update CallLog(tizen_2.1)
[samples/web/CallLog.git] / config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets"
3         id="http://sample-web-application.tizen.org/CallLog" version="2.1.0"
4         viewmodes="maximized">
5         <tizen:application id="1I49ZSFY56.CallLog" package="1I49ZSFY56"
6                 required_version="2.1" />
7         <content src="index.html" />
8         <icon src="icon.png" />
9         <name>CallLog</name>
10         <tizen:privilege name="http://tizen.org/privilege/application.launch" />
11         <tizen:privilege name="http://tizen.org/privilege/callhistory.read" />
12         <tizen:privilege name="http://tizen.org/privilege/callhistory.write" />
13         <tizen:privilege name="http://tizen.org/privilege/contact.read" />
14         <tizen:setting screen-orientation="portrait"
15                 context-menu="disable" background-support="disable" encryption="disable"
16                 install-location="auto" />
17 </widget>