diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-03 12:00:39 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-03 12:09:33 +0300 |
commit | 922c9d0edd2d716188442a96a5e42777b3481c82 (patch) | |
tree | e5746576d9133ca50db8e1f4deb788d6a278b58d | |
parent | 1e1b85848224ae90ecc874829a7446b8e7b4793c (diff) |
Add the largeHeap and hardwareAccelerated attributes
Change-Id: Ie9f8e97314778f093dc7b4b3c133882fd06e894a
-rw-r--r-- | android/experimental/LibreOffice4Android/AndroidManifest.xml | 2 |
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"> |