c39375f9535e9dd50aae7bf27d5a0e49d5cda065
[apps/native/sample/adventure.git] / tizen-manifest.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <manifest xmlns="http://tizen.org/ns/packages" api-version="2.3" package="org.tizen.adventure" version="1.0.0">
3     <profile name="mobile"/>
4     <ui-application appid="org.tizen.adventure" exec="adventure" multiple="false" nodisplay="false" taskmanage="true" type="capp">
5         <label>Momentic</label>
6         <icon>adventure.png</icon>
7     </ui-application>
8     <privileges>
9         <privilege>http://tizen.org/privilege/systemsettings</privilege>
10     </privileges>
11     <feature name="http://tizen.org/feature/screen.size.normal.480.800">true</feature>
12 </manifest>