summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-23 20:34:08 +0200
committerThorsten Behrens <tbehrens@suse.com>2013-03-23 18:47:00 +0000
commit5f0d6ff97e216564ef8d8c555b698d2dcc61788d (patch)
treeb732864d423f2081f34adf3c4cccbb49ef8ed767 /android
parentea34a742dd51dfcd83b5e821208f565715d0f3fd (diff)
Allow installation on external storage (SD card)
Change-Id: I532f27aee60a2e60110e9edea75e7cbe7d614b1e Reviewed-on: https://gerrit.libreoffice.org/2940 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'android')
-rw-r--r--android/sdremote/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml
index 572c5abb9d6e..0efbc23f04d3 100644
--- a/android/sdremote/AndroidManifest.xml
+++ b/android/sdremote/AndroidManifest.xml
@@ -2,7 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.libreoffice.impressremote"
android:versionCode="7"
- android:versionName="1.0.5+ Impress Remote" >
+ android:versionName="1.0.5+ Impress Remote"
+ android:installLocation="auto" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.BLUETOOTH" />