diff options
-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"> |