From 9f311a2d89ec0d13bef380c0ef235aa58760b334 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Fri, 24 Oct 2014 01:15:14 -0400 Subject: [PATCH] update service config to run in same process, and not use largeheap --- AndroidManifest.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 22a6e6bb..2ec54b5f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -22,7 +22,6 @@ android:theme="@style/Theme.AppCompat" android:allowBackup="false" android:allowClearUserData="true" - android:largeHeap="true" android:persistent="true" > @@ -85,9 +84,7 @@