-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.xml
28 lines (24 loc) · 898 Bytes
/
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
<?xml version='1.0' encoding='utf-8'?>
<widget
id="my.first.app"
version="2.0.10"
xmlns:gap="http://phonegap.com/ns/1.0"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Spiel für Lina</name>
<description>
Spiel für Lina
</description>
<author email="[email protected]" href="http://www.me.me">
Me
</author>
<platform name="android">
<icon src="res/drawable-mdpi/ic_game.png" density="mdpi" />
<icon src="res/drawable-hdpi/ic_game.png" density="hdpi" />
<icon src="res/drawable-xhdpi/ic_game.png" density="xhdpi" />
<icon src="res/drawable-xxhdpi/ic_game.png" density="xxhdpi" />
<icon src="res/drawable-xxxhdpi/ic_game.png" density="xxxhdpi" />
</platform>
<access origin="*" />
<preference name="EnableDeveloperConsole" value="true"/>
</widget>