From b7ef8f54b7e9645aac81931c6deeea092b70e2c6 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 28 Jul 2019 10:14:03 -0700 Subject: [PATCH] Allow installation on external storage --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7797144d..07a41134 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -41,6 +41,7 @@ android:appCategory="game" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher" + android:installLocation="auto" android:theme="@style/AppTheme">