diff options
| author | Rene Ae <aehtyb@gmail.com> | 2015-12-15 17:11:58 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2015-12-15 17:11:58 -0600 |
| commit | 0cd5ed392809b343c2f8d85df81f59021129723a (patch) | |
| tree | bc07f47b1b30aeea091a9b20591a937e38c471d2 /StoneIsland/platforms/android/res | |
| parent | 33f9d73731c17d0b479721640a0c6a31230ac6bb (diff) | |
stoppropagation
Diffstat (limited to 'StoneIsland/platforms/android/res')
| -rwxr-xr-x | StoneIsland/platforms/android/res/xml/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/StoneIsland/platforms/android/res/xml/config.xml b/StoneIsland/platforms/android/res/xml/config.xml index 5992bf0c..cdcf29d8 100755 --- a/StoneIsland/platforms/android/res/xml/config.xml +++ b/StoneIsland/platforms/android/res/xml/config.xml @@ -38,6 +38,8 @@ <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" /> <name>Stone Island</name> <description> Stone Island |
