summaryrefslogtreecommitdiff
path: root/android/experimental
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-08-03 12:00:39 +0300
committerTor Lillqvist <tml@iki.fi>2012-08-03 12:09:33 +0300
commit922c9d0edd2d716188442a96a5e42777b3481c82 (patch)
treee5746576d9133ca50db8e1f4deb788d6a278b58d /android/experimental
parent1e1b85848224ae90ecc874829a7446b8e7b4793c (diff)
Add the largeHeap and hardwareAccelerated attributes
Change-Id: Ie9f8e97314778f093dc7b4b3c133882fd06e894a
Diffstat (limited to 'android/experimental')
-rw-r--r--android/experimental/LibreOffice4Android/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/experimental/LibreOffice4Android/AndroidManifest.xml b/android/experimental/LibreOffice4Android/AndroidManifest.xml
index 9386d8c05edc..4991caeb8d16 100644
--- a/android/experimental/LibreOffice4Android/AndroidManifest.xml
+++ b/android/experimental/LibreOffice4Android/AndroidManifest.xml
@@ -9,6 +9,8 @@
<application
android:debuggable="true"
+ android:largeHeap="true"
+ android:hardwareAccelerated="true"
android:icon="@drawable/lo_icon"
android:label="@string/app_name"
android:theme="@android:style/Theme.Holo.Light">