Android port: allow moving application to SD card on Froyo targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27834 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5068891477
commit
e39640352e
2 changed files with 3 additions and 2 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="org.rockbox"
|
package="org.rockbox"
|
||||||
android:versionCode="1"
|
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">
|
<application android:icon="@drawable/launcher" android:label="@string/app_name" android:debuggable="true">
|
||||||
<activity android:name=".RockboxActivity"
|
<activity android:name=".RockboxActivity"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
|
|
@ -8,4 +8,4 @@
|
||||||
# project structure.
|
# project structure.
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-4
|
target=android-8
|
||||||
|
|
Loading…
Reference in a new issue