diff options
Diffstat (limited to 'android')
| -rw-r--r-- | android/AndroidManifest.xml | 3 | ||||
| -rw-r--r-- | android/default.properties | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index fb43f86..f1f1f2d 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,7 +2,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.rockbox" android:versionCode="1" - android:versionName="1.0"> + android:versionName="1.0" + android:installLocation="auto"> <application android:icon="@drawable/launcher" android:label="@string/app_name" android:debuggable="true"> <activity android:name=".RockboxActivity" android:label="@string/app_name" diff --git a/android/default.properties b/android/default.properties index 9d79b12..0b9250e 100644 --- a/android/default.properties +++ b/android/default.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=android-4 +target=android-8 |