-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.xml
31 lines (29 loc) · 1.91 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="https://notabug.org/tizen/mapo" version="2.0.0" viewmodes="fullscreen">
<access origin="*" subdomains="true"></access>
<tizen:application id="mapo000001.mapo" package="mapo000001" required_version="2.3"/>
<author href="https://notabug.org/tizen/mapo" email="[email protected]">Philippe Coval</author>
<content src="index.html"/>
<description>Mapo is a geolocation application for the Tizen OS, developed with HTML5/CSS3 an jQuery.
http://notabug.org/tizen/mapo
This application is under GPL-3.0p license.</description>
<feature name="http://tizen.org/api/application.read"/>
<feature name="http://tizen.org/api/filesystem"/>
<feature name="http://tizen.org/feature/location.gps"/>
<feature name="http://tizen.org/feature/screen.size.all"/>
<icon src="icon.png"/>
<license href="https://spdx.org/licenses/GPL-3.0+">GPL-3.0+</license>
<name>Mapo</name>
<tizen:privilege name="http://tizen.org/privilege/application.launch"/>
<tizen:privilege name="http://tizen.org/privilege/filesystem.read"/>
<tizen:privilege name="http://tizen.org/privilege/filesystem.write"/>
<tizen:privilege name="http://tizen.org/privilege/location"/>
<tizen:privilege name="http://tizen.org/privilege/internet"/>
<tizen:privilege name="http://tizen.org/privilege/application.launch"/>
<tizen:privilege name="http://tizen.org/privilege/contact.read"/>
<tizen:privilege name="http://tizen.org/privilege/contact.write"/>
<tizen:privilege name="http://tizen.org/privilege/calendar.read"/>
<tizen:privilege name="http://tizen.org/privilege/calendar.write"/>
<tizen:profile name="mobile"/>
<tizen:setting screen-orientation="portrait" context-menu="enable" background-support="disable" encryption="disable" install-location="auto" hwkey-event="enable"/>
</widget>