[Libreoffice-commits] .: android/experimental
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Jun 27 07:36:34 PDT 2012
android/experimental/DocumentLoader/AndroidManifest.xml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
New commits:
commit c793a57f54d3649198928f928180515e0dd1bfad
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Wed Jun 27 17:07:53 2012 +0300
Use "largeHeap" and "hardwareAccelerated" (quite visible improvement)
Change-Id: I853ab39599fdc8d1b1eae5d2b2748f39535ebf64
diff --git a/android/experimental/DocumentLoader/AndroidManifest.xml b/android/experimental/DocumentLoader/AndroidManifest.xml
index e3001d6..b231011 100644
--- a/android/experimental/DocumentLoader/AndroidManifest.xml
+++ b/android/experimental/DocumentLoader/AndroidManifest.xml
@@ -1,11 +1,13 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?> <!-- -*- indent-tabs-mode: nil -*- -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.libreoffice.android.examples"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="9" />
<application android:label="LO Experimental DocumentLoader"
- android:debuggable="true">
+ android:debuggable="true"
+ android:largeHeap="true"
+ android:hardwareAccelerated="true">
<activity android:name=".DocumentLoader"
android:label="LO DocumentLoader"
android:configChanges="orientation|keyboardHidden">
@@ -16,3 +18,4 @@
</activity>
</application>
</manifest>
+<!-- vim:set expandtab: -->
More information about the Libreoffice-commits
mailing list