forked from organicmaps/organicmaps
[android][manifest] Set external SD card as preferred install location
This commit is contained in:
parent
1a70872d01
commit
4072ca531a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
package="com.mapswithme.maps"
|
||||
android:versionCode="200"
|
||||
android:versionName="2.0.0"
|
||||
android:installLocation="auto">
|
||||
android:installLocation="preferExternal">
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="10"/>
|
||||
<uses-feature android:glEsVersion="0x00010001" />
|
||||
<uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch" />
|
||||
|
|
Loading…
Add table
Reference in a new issue