[Android] [PATCH] Larger HeapSize

Geoffrey Métais geoffrey.metais at gmail.com
Wed Nov 26 14:53:06 CET 2014


This will help to reduce OOM exception. We can ask this because we need memory for thumbnails.
---
 vlc-android/AndroidManifest.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index cc26409..545b356 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -22,6 +22,7 @@
         android:name="org.videolan.vlc.VLCApplication"
         android:debuggable="true"
         android:hardwareAccelerated="true"
+        android:largeHeap="true"
         android:icon="@drawable/icon"
         android:label="@string/app_name"
         android:logo="@drawable/ic_logo_w"
-- 
1.9.1



More information about the Android mailing list