Allow install to SD card

This commit is contained in:
Ciaran Gultnieks 2010-10-26 22:38:12 +01:00
parent 9b2284d08f
commit 76c7f74cd2
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/> <classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

View File

@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fdroid.fdroid" android:versionCode="3" package="org.fdroid.fdroid" android:versionCode="3"
android:versionName="0.12"> android:versionName="0.12" android:installLocation="auto">
<application android:label="@string/app_name" <application android:label="@string/app_name" android:icon="@drawable/icon">
android:icon="@drawable/icon">
<activity android:name="FDroid"> <activity android:name="FDroid">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />