6ba265aea395240d1be14055309c71b2e14bd30d
[apps/web/sample/SensorBall.git] / project / 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" id="http://sample-web-application.tizen.org/SensorBall" version="2.2.0" viewmodes="fullscreen">
3         <tizen:application id="RiIuG1b0CV.SensorBall" package="RiIuG1b0CV" required_version="2.2"/>
4         <content src="index.html"/>
5         <icon src="icon.png"/>
6         <name>Sensor Ball</name>
7         <feature name="http://tizen.org/feature/screen.size.normal.720.1280"/>
8         <tizen:privilege name="http://tizen.org/privilege/application.launch"/>
9         <tizen:setting screen-orientation="portrait" context-menu="disable" background-support="disable" encryption="disable" install-location="auto"/>
10 </widget>