allow astrid to be moved to sd card in froyo

pull/14/head
Tim Su 16 years ago
parent 14be974ff6
commit 176c170628

@ -50,7 +50,10 @@
android:targetSdkVersion="4" />
<supports-screens />
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true">
<application android:icon="@drawable/icon"
android:label="@string/app_name"
android:debuggable="true"
android:installLocation="auto">
<!-- ====================================================== Activities = -->

Loading…
Cancel
Save