From c25b6dc1c855d9eef037462b8de0cd2a1e4e16fa Mon Sep 17 00:00:00 2001 From: Philipp Schaefer Date: Mon, 21 Oct 2013 13:57:52 +0200 Subject: [PATCH] allow installation to sd-card. not very useful for a small app like iitcm (since all private data + databases are still stored on internal storage) but for the sake of completeness... --- mobile/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/AndroidManifest.xml b/mobile/AndroidManifest.xml index 2bf270c2..9a09eea7 100644 --- a/mobile/AndroidManifest.xml +++ b/mobile/AndroidManifest.xml @@ -1,6 +1,7 @@