[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - android/sdremote

Tor Lillqvist tml at iki.fi
Sat Mar 23 11:47:20 PDT 2013


 android/sdremote/AndroidManifest.xml |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 5f0d6ff97e216564ef8d8c555b698d2dcc61788d
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Mar 23 20:34:08 2013 +0200

    Allow installation on external storage (SD card)
    
    Change-Id: I532f27aee60a2e60110e9edea75e7cbe7d614b1e
    Reviewed-on: https://gerrit.libreoffice.org/2940
    Reviewed-by: Thorsten Behrens <tbehrens at suse.com>
    Tested-by: Thorsten Behrens <tbehrens at suse.com>

diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml
index 572c5abb9..0efbc23 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" />


More information about the Libreoffice-commits mailing list