aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2015-10-22 00:55:48 +0200
committersteckbrief <steckbrief@chefmail.de>2015-10-22 00:55:48 +0200
commit57cfcefd527195b67b3d96cde921f0f598690946 (patch)
tree3af40e70d8c8dd94c4378a9dff72e6d89e4bb050
parent85a25984f4bf4dfa2432fbc2c92f8117cf927fcf (diff)
Implements FS#78: Allow installation on SD card
-rw-r--r--src/main/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index 36a3ed39..1b668a98 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -2,7 +2,8 @@
<manifest
package="de.thedevstack.conversationsplus"
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools">
+ xmlns:tools="http://schemas.android.com/tools"
+ android:installLocation="auto">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />