diff options
| author | Rene Ae <aehtyb@gmail.com> | 2015-12-22 05:09:42 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2015-12-22 05:09:42 -0600 |
| commit | c6e799706173e54c1e39954e67a59d641cc27903 (patch) | |
| tree | beab05a22a9fe71ac5eeb5a3601d383ac5d8623e /StoneIsland/platforms/android/res/xml | |
| parent | ced5eccaa7d9c2485301281b45de3acac59e0ce3 (diff) | |
cordova test
Diffstat (limited to 'StoneIsland/platforms/android/res/xml')
| -rwxr-xr-x | StoneIsland/platforms/android/res/xml/config.xml | 6 |
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" /> |
