Allow installation on external storage

This commit is contained in:
Cameron Gutman 2019-07-28 10:14:03 -07:00
parent bea7cab0c3
commit b7ef8f54b7

View File

@ -41,6 +41,7 @@
android:appCategory="game" android:appCategory="game"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher"
android:installLocation="auto"
android:theme="@style/AppTheme"> android:theme="@style/AppTheme">
<provider <provider
android:name=".PosterContentProvider" android:name=".PosterContentProvider"