From eb3f95c31a4d7d11f238b3950851ea642f713694 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Tue, 12 Feb 2013 14:27:31 +0700 Subject: [PATCH] updated params for tuning, including largeHeap=true --- AndroidManifest.xml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2df28d56..dbccba01 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ @@ -15,6 +15,10 @@ android:label="@string/app_name" android:configChanges="locale|orientation|screenSize" android:theme="@style/Theme.Sherlock" + android:largeHeap="true" + android:persistent="true" + android:allowBackup="false" + android:allowClearUserData="true" > @@ -44,6 +48,17 @@ + + + + + + + + + + + @@ -58,6 +73,7 @@