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

New commits:
commit 5f0d6ff97e216564ef8d8c555b698d2dcc61788d
Author: Tor Lillqvist <[email protected]>
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 <[email protected]>
    Tested-by: Thorsten Behrens <[email protected]>

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" />
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to