allow installation to external media (SD Card)

This change will enable installation of the app to external as well as internal flash memory which is important for devices where internal memory is limited but external memory is cheap and abundant in form of micro SD cards.

More information at https://developer.android.com/guide/topics/data/install-location
pull/439/head
leggewie 7 years ago committed by GitHub
parent 6a3e430a5e
commit 75b322cf1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,6 +20,7 @@
<manifest <manifest
package="org.isoron.uhabits" package="org.isoron.uhabits"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto"
android:versionCode="36" android:versionCode="36"
android:versionName="1.7.9"> android:versionName="1.7.9">

Loading…
Cancel
Save