From ce2b3e03d3ba1f802a1fdb8284d15797d10925ac Mon Sep 17 00:00:00 2001 From: Yuli Huang Date: Mon, 7 May 2012 18:13:29 +0800 Subject: Add 'process' attribute for PhotoEditor. PhotoEditor, similar to CropImage, demands much memory and should run in another process to avoid OOM because of too fragmented memory. bug:6318340 Change-Id: Ic5a71959435f66b8b7bc9b1c80baf8a70ccfecaf --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 3b4627f99..7d97ce92f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -212,7 +212,8 @@ android:label="@string/photoeditor_name" android:theme="@android:style/Theme.Holo.NoActionBar.Fullscreen" android:configChanges="keyboardHidden|orientation|screenSize" - android:hardwareAccelerated="true"> + android:hardwareAccelerated="true" + android:process=":edit"> -- cgit v1.2.3