summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/android/res/xml/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/android/res/xml/config.xml')
-rwxr-xr-xStoneIsland/platforms/android/res/xml/config.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/StoneIsland/platforms/android/res/xml/config.xml b/StoneIsland/platforms/android/res/xml/config.xml
index cdcf29d8..ba194884 100755
--- a/StoneIsland/platforms/android/res/xml/config.xml
+++ b/StoneIsland/platforms/android/res/xml/config.xml
@@ -5,6 +5,9 @@
<param name="android-package" value="com.ionic.keyboard.IonicKeyboard" />
<param name="onload" value="true" />
</feature>
+ <feature name="ParsePlugin">
+ <param name="android-package" value="org.apache.cordova.core.ParsePlugin" />
+ </feature>
<feature name="LaunchMyApp">
<param name="android-package" value="nl.xservices.plugins.LaunchMyApp" />
</feature>
@@ -34,9 +37,6 @@
<feature name="PushNotification">
<param name="android-package" value="com.adobe.phonegap.push.PushPlugin" />
</feature>
- <feature name="ParsePlugin">
- <param name="android-package" value="org.apache.cordova.core.ParsePlugin" />
- </feature>
<allow-intent href="market:*" />
<preference name="AndroidLaunchMode" value="singleTop" />
<preference name="android-minSdkVersion" value="21" />