[SensorBall]update SensorBall
[samples/web/SensorBall.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" id="http://sample-web-application.tizen.org/SensorBall" version="2.1.0" viewmodes="fullscreen">
3         <tizen:application id="RiIuG1b0CV.SensorBall" package="RiIuG1b0CV" required_version="1.0"/>
4         <content src="index.html"/>
5         <icon src="icon.png"/>
6         <name>SensorBall</name>
7         <tizen:privilege name="http://tizen.org/privilege/application.read"/>
8         <tizen:privilege name="http://tizen.org/privilege/application.launch"/>
9         <tizen:privilege name="http://tizen.org/privilege/systeminfo"/>
10         <tizen:setting screen-orientation="portrait" context-menu="disable" background-support="enable" encryption="disable" install-location="auto"/>
11 </widget>