diff options
| author | Rene Ae <aehtyb@gmail.com> | 2015-12-22 14:16:46 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2015-12-22 14:16:46 -0600 |
| commit | 5cb848da1e48574c92da2ec67d2367fc0b0cbbe7 (patch) | |
| tree | 16e1dd69d2d7987d30932652c09b40520d5fe610 /StoneIsland/config.xml | |
| parent | c6e799706173e54c1e39954e67a59d641cc27903 (diff) | |
cordova android
Diffstat (limited to 'StoneIsland/config.xml')
| -rwxr-xr-x | StoneIsland/config.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml index 35708e80..28e0a41e 100755 --- a/StoneIsland/config.xml +++ b/StoneIsland/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget id="us.okfoc.stoneisland" version="0.4.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="us.okfoc.stoneisland" version="0.4.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>Stone Island</name> <description> Stone Island @@ -30,6 +30,7 @@ <preference name="StatusBarStyle" value="lightcontent" /> <platform name="android"> + <allow-intent href="market:*" /> <preference name="AndroidLaunchMode" value="singleTop"/> <preference name="android-minSdkVersion" value="21" /> </platform> |
