allow installation to external media (micro SD)
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. Thank you for your consideration.
This commit is contained in:
parent
da6eca639c
commit
ae38778ec1
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:installLocation="auto"
|
||||
package="com.fsck.k9">
|
||||
|
||||
<uses-feature
|
||||
|
|
Loading…
Reference in a new issue