-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtizen-manifest.xml
More file actions
executable file
·17 lines (17 loc) · 1010 Bytes
/
tizen-manifest.xml
File metadata and controls
executable file
·17 lines (17 loc) · 1010 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="2.4" package="org.example.touriste" version="1.0.0">
<author href="https://github.com/Lyeed/WeatherApp">Gautier JOUSSET & Julien Luino</author>
<profile name="mobile"/>
<ui-application appid="org.example.touriste" exec="touriste" multiple="false" nodisplay="false" taskmanage="true" type="capp">
<label>touriste</label>
<icon>touriste.png</icon>
</ui-application>
<privileges>
<privilege>http://tizen.org/privilege/mediastorage</privilege>
<privilege>http://tizen.org/privilege/network.get</privilege>
<privilege>http://tizen.org/privilege/location</privilege>
<privilege>http://tizen.org/privilege/internet</privilege>
<privilege>http://tizen.org/privilege/externalstorage.appdata</privilege>
<privilege>http://tizen.org/privilege/externalstorage</privilege>
</privileges>
</manifest>