From 79a09589264558c84c6f8c783b39293b3cf51863 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 23 Jun 2015 21:36:58 +0200 Subject: [PATCH] Explicitly set installLocation (ref #405). --- src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index fce058b8..ae150c38 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -11,7 +11,6 @@ - @@ -24,7 +23,8 @@ android:label="@string/app_name" android:theme="@style/Theme.AppCompat.Light.DarkActionBar" android:description="@string/app_description" - android:supportsRtl="true"> + android:supportsRtl="true" + android:installLocation="internalOnly">