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/428/head
leggewie 7 years ago committed by GitHub
parent dc74c0e54b
commit 7ab9d27a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,3 @@
<manifest package="org.isoron.androidbase" <manifest package="org.isoron.androidbase"
android:installLocation="auto"
xmlns:android="http://schemas.android.com/apk/res/android"/> xmlns:android="http://schemas.android.com/apk/res/android"/>

Loading…
Cancel
Save