mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-03-03 08:41:27 +01:00
android: allow moving the app to external memory
This commit is contained in:
parent
2dbabc502b
commit
28f9f708b9
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="net.dosowisko.${LIBSUPERDERPY_GAMENAME}"
|
package="net.dosowisko.${LIBSUPERDERPY_GAMENAME}"
|
||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="1.0">
|
android:versionName="1.0"
|
||||||
|
android:installLocation="auto">
|
||||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="16" />
|
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="16" />
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>
|
||||||
<application android:label="@string/app_name" android:debuggable="true" android:icon="@mipmap/${LIBSUPERDERPY_GAMENAME}">
|
<application android:label="@string/app_name" android:debuggable="true" android:icon="@mipmap/${LIBSUPERDERPY_GAMENAME}">
|
||||||
|
|
Loading…
Add table
Reference in a new issue