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 @@