-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
29 lines (25 loc) · 942 Bytes
/
config.xml
File metadata and controls
29 lines (25 loc) · 942 Bytes
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
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.phonegap.geo"
versionCode = "10"
version = "1.0.0" >
<!-- versionCode is optional and Android only -->
<name>GeoTest</name>
<description>
implementation of hybrid app with map api
</description>
<author href="https://build.phonegap.com" email="hnramba@gmail.com">
Rambarassah Hootesh
</author>
<platform name="android">
<preference name="Fullscreen" value="true" />
<preference name="android-maxSdkVersion" value="28"/>
<preference name="phonegap-version" value="cli-9.0.0" />
</platform>
<access origin="*" launch-external="yes" />
<allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/>
<plugin name="cordova-plugin-geolocation" source="npm"/>
<plugin name="cordova-plugin-whitelist" source="npm"/>
</widget>