From 7ab9d27a8d9e152fca6681a7cd0df2701ca4cd6a Mon Sep 17 00:00:00 2001 From: leggewie Date: Sun, 5 Aug 2018 14:17:10 +0800 Subject: [PATCH] Allow installation to external media (SD card) 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. More information at https://developer.android.com/guide/topics/data/install-location --- android-base/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android-base/src/main/AndroidManifest.xml b/android-base/src/main/AndroidManifest.xml index dff4e0297..fa7a6a978 100644 --- a/android-base/src/main/AndroidManifest.xml +++ b/android-base/src/main/AndroidManifest.xml @@ -1,2 +1,3 @@