From 75b322cf1dcb148c25c788f2b12bae157ef05e94 Mon Sep 17 00:00:00 2001 From: leggewie Date: Wed, 19 Sep 2018 14:13:37 +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 --- uhabits-android/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uhabits-android/src/main/AndroidManifest.xml b/uhabits-android/src/main/AndroidManifest.xml index 87472fbb4..71d6b7136 100644 --- a/uhabits-android/src/main/AndroidManifest.xml +++ b/uhabits-android/src/main/AndroidManifest.xml @@ -20,6 +20,7 @@ @@ -229,4 +230,4 @@ - \ No newline at end of file +