From dd43545c4c52910fecfd912c88019171814796f1 Mon Sep 17 00:00:00 2001 From: leggewie Date: Mon, 20 Aug 2018 17:14:25 +0800 Subject: Allow installation to external media (SD card) (#420) 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 --- app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/src/main') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 735fb604..98e2bfa4 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,8 @@ + package="com.zeapo.pwdstore" + android:installLocation="auto"> -- cgit v1.2.3