forked from pebra/ebmobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
61 lines (59 loc) · 2.71 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version='1.0' encoding='utf-8'?>
<widget id="de.pludoni.empfehlungsbundmobile" version="2.1.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Empfehlungsbund</name>
<description>
Stellen des Empfehlungsbundes.
</description>
<author email="[email protected]" href="http://www.empfehlungsbund.de">pludoni GmbH</author>
<content src="index.html" />
<access origin="*" />
<preference name="fullscreen" value="false" />
<preference name="webviewbounce" value="true" />
<preference name="permissions" value="none"/>
<preference name="SplashScreenDelay" value="10000" />
<preference name="SplashScreen" value="screen" />
<access origin="tel:*" launch-external="yes" />
<access origin="geo:*" launch-external="yes"/>
<access origin="mailto:*" launch-external="yes"/>
<access origin="sms:*" launch-external="yes"/>
<access origin="market:*" launch-external="yes"/>
<access origin="*" launch-external="yes"/>
<feature name="SocialSharing">
<param name="android-package" value="n1.xservices.plugins.SocialSharing" />
</feature>
<feature name="Geolocation">
<param name="android-package" value="org.apache.cordova.geolocation.GeoBroker" />
</feature>
<feature name="Toast">
<param name="android-package" value="nl.xservices.plugins.Toast" />
</feature>
<feature name="Diagnostic">
<param name="android-package" value="com.neton.cordova.diagnostic.Diagnostic" />
</feature>
<feature name="GAPlugin">
<param name="android-package" value="com.adobe.plugins.GAPlugin" />
</feature>
<feature name="Diagnostic">
<param name="id" value="com.neton.cordova.diagnostic" />
</feature>
<feature name="PushPlugin">
<param name="id" value="com.phonegap.plugins.PushPlugin" />
</feature>
<feature name="Toast">
<param name="id" value="nl.x-services.plugins.toast" />
</feature>
<feature name="Device">
<param name="id" value="org.apache.cordova.device" />
</feature>
<cdv:engine id="android" />
<cdv:engine id="firefoxos" />
<cdv:engine id="ios" />
<platform name="android">
<!-- <icon src="res/icon-ldpi.png" density="ldpi" /> -->
<icon src="platforms/android/res/drawable-mdpi/icon.png" density="mdpi" />
<icon src="platforms/android/res/drawable-hdpi/icon.png" density="hdpi" />
<icon src="platforms/android/res/drawable-xhdpi/icon.png" density="xhdpi" />
<icon src="platforms/android/res/drawable-xxhpi/icon.png" density="xxhdpi" />
<icon src="platforms/android/res/drawable-xxxhdpi/icon.png" density="xxxhdpi" />
</platform>
</widget>