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

New commits:
commit 8559269f6a298f0fc0ca2be9c8bfdadba89db1f1
Author: Tor Lillqvist <[email protected]>
Date:   Sat Mar 23 20:32:20 2013 +0200

    Allow installation on external storage (SD card)
    
    Change-Id: Ied56bfe26ebf0082aab91ff823da732f26ab5702

diff --git a/android/sdremote/AndroidManifest.xml 
b/android/sdremote/AndroidManifest.xml
index f8729c0..d1d53df 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