-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
24 lines (24 loc) · 1.11 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.chee.distracted"
version="0.0.1"
xmlns="http://www.w3.org/ns/widgets"
xmlns:gap="http://phonegap.com/ns/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>MultiJack</name>
<description>
An application to play blackjack with multiple phones.
</description>
<author email="[email protected]" href="http://bradleychee.com">
Team Up Down Left Right
</author>
<content src="index.html"/>
<preference name="fullscreen" value="true"/>
<preference name="orientation" value="portrait"/>
<preference name="android-minSdkVersion" value="9"/>
<!--<gap:plugin name="org.apache.cordova.device-motion"/>-->
<!--<gap:plugin name="org.apache.cordova.device-orientation"/>-->
<!--<gap:plugin name="org.li8.inappbrowser" version="0.1" />-->
<!--<gap:plugin name="org.apache.cordova.geolocation" />-->
<!--<gap:plugin name="uk.co.ilee.nativetransitions" version="0.1.4" />-->
<access origin="*"/>
</widget>