[ExercisePlanner]update ExercisePlanner(tizen_2.1)
[samples/web/ExercisePlanner.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/ExercisePlanner" version="2.1.0"
4         viewmodes="maximized">
5         <tizen:application id="zED1oRD3Hv.ExercisePlanner"
6                 package="zED1oRD3Hv" required_version="2.1" />
7         <content src="index.html" />
8         <icon src="icon.png" />
9         <name>ExercisePlanner</name>
10         <tizen:privilege name="http://tizen.org/privilege/alarm" />
11         <tizen:privilege name="http://tizen.org/privilege/application.launch" />
12         <tizen:privilege name="http://tizen.org/privilege/application.read" />
13         <tizen:privilege name="http://tizen.org/privilege/time" />
14         <tizen:setting screen-orientation="portrait"
15                 context-menu="disable" background-support="enable" encryption="disable"
16                 install-location="auto" />
17 </widget>