mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue