diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-23 20:32:20 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-23 20:32:39 +0200 |
commit | 8559269f6a298f0fc0ca2be9c8bfdadba89db1f1 (patch) | |
tree | 275408d6bedab499f02d1f3f12fb058f3cdd5f02 /android | |
parent | 85889e690963b2f39bad6c6cc22853bc51767a3e (diff) |
Allow installation on external storage (SD card)
Change-Id: Ied56bfe26ebf0082aab91ff823da732f26ab5702
Diffstat (limited to 'android')
-rw-r--r-- | android/sdremote/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml index f8729c0d57b0..d1d53df63734 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" /> |