From 53b3cdb7b1229d4dfb3c81b0917285953a29cf51 Mon Sep 17 00:00:00 2001 From: Anthony Restaino Date: Fri, 16 Sep 2016 23:20:12 -0400 Subject: [PATCH] Allow the app to be moved to external storage --- app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4e3f7fd..80751bd 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,7 +2,8 @@ + xmlns:android="http://schemas.android.com/apk/res/android" + android:installLocation="auto">