summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/android/res/xml/config.xml
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-10 17:15:10 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-10 17:15:10 +0200
commit6196541cf993d5a1a4b8b7f511bf7daf8f849608 (patch)
tree1570b1709003d67e9666adbad0e4b66d3bbe0cec /StoneIsland/platforms/android/res/xml/config.xml
parent3b3b2bbfc7d38bcc4496cc49ef629d4d7d7303e1 (diff)
build android
Diffstat (limited to 'StoneIsland/platforms/android/res/xml/config.xml')
-rw-r--r--StoneIsland/platforms/android/res/xml/config.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/StoneIsland/platforms/android/res/xml/config.xml b/StoneIsland/platforms/android/res/xml/config.xml
index 43132082..e2539921 100644
--- a/StoneIsland/platforms/android/res/xml/config.xml
+++ b/StoneIsland/platforms/android/res/xml/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="6090" id="us.okfoc.stoneisland" version="0.9.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="6101" id="us.okfoc.stoneisland" version="1.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<feature name="InAppBrowser">
<param name="android-package" value="org.apache.cordova.inappbrowser.InAppBrowser" />
</feature>
@@ -33,12 +33,22 @@
<param name="android-package" value="org.apache.cordova.statusbar.StatusBar" />
<param name="onload" value="true" />
</feature>
- <name>StoneIsland</name>
+ <feature name="SplashScreen">
+ <param name="android-package" value="org.apache.cordova.splashscreen.SplashScreen" />
+ <param name="onload" value="true" />
+ </feature>
+ <feature name="PushNotification">
+ <param name="android-package" value="com.adobe.phonegap.push.PushPlugin" />
+ </feature>
+ <feature name="Sim">
+ <param name="android-package" value="com.pbakondy.Sim" />
+ </feature>
+ <name>Stone Island</name>
<description>
Stone Island
</description>
<author email="julescarbon@gmail.com" href="http://asdf.us/">
- Jules Laplace
+ Jules LaPlace
</author>
<content src="index.html" />
<access origin="*" />
@@ -63,18 +73,8 @@
<preference name="StatusBarStyle" value="default" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="ShowSplashScreenSpinner" value="false" />
- <preference name="AutoHideSplashScreen" value="false" />
+ <preference name="AutoHideSplashScreen" value="true" />
<preference name="AllowInlineMediaPlayback" value="true" />
<preference name="AndroidLaunchMode" value="singleTop" />
<preference name="android-minSdkVersion" value="21" />
- <feature name="SplashScreen">
- <param name="android-package" value="org.apache.cordova.splashscreen.SplashScreen" />
- <param name="onload" value="true" />
- </feature>
- <feature name="PushNotification">
- <param name="android-package" value="com.adobe.phonegap.push.PushPlugin" />
- </feature>
- <feature name="Sim">
- <param name="android-package" value="com.pbakondy.Sim" />
- </feature>
</widget>