From 8ccab9a21a9fb88ceba990e6d618fa390f0c2097 Mon Sep 17 00:00:00 2001 From: leggewie Date: Thu, 2 Aug 2018 20:37:50 +0800 Subject: [PATCH] Allow installation to external media 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. --- 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 ff5315f93..2c55e61c2 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,7 +2,8 @@ + android:description="@string/app_description" + android:installLocation="auto">