Update:Set installLocation in android manifest to preferExternal for amazon app store

This commit is contained in:
advplyr 2022-05-13 11:04:52 -05:00
parent ad5edf3aee
commit 0fd9463c7c

View file

@ -2,6 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:dist="http://schemas.android.com/apk/distribution"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="preferExternal"
package="com.audiobookshelf.app">
<!-- Permissions -->