From: kenstir Date: Sat, 26 Oct 2013 12:38:10 +0000 (-0400) Subject: Enable moving the app to the SD card. Requires minSdkVersion="8" (Android 2.2) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d795d9e74fa7ca3c967087ed04a014ca8c2bb392;p=working%2FEvergreen.git Enable moving the app to the SD card. Requires minSdkVersion="8" (Android 2.2) but that reaches 95% of the installed devices. --- diff --git a/Open-ILS/src/Android/AndroidManifest.xml b/Open-ILS/src/Android/AndroidManifest.xml index 4075305407..5f700a582f 100644 --- a/Open-ILS/src/Android/AndroidManifest.xml +++ b/Open-ILS/src/Android/AndroidManifest.xml @@ -2,9 +2,10 @@ + android:versionName="1.0" + android:installLocation="auto"> - + @@ -21,6 +22,7 @@ android:icon="@drawable/evergreen_launcher_icon" android:label="@string/app_name" android:theme="@style/EvergreenTheme" + android:allowBackup="true" >