From c1f3e64b6b8a34c85a90fb2ee083431b6722ec60 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Mon, 24 Nov 2014 13:21:31 -0500 Subject: [PATCH] update version specific manifests --- AndroidManifest.KITKAT_AND_LOWER.xml | 6 ++++-- AndroidManifest.LOLLIPOP.xml | 8 +++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/AndroidManifest.KITKAT_AND_LOWER.xml b/AndroidManifest.KITKAT_AND_LOWER.xml index 4d909b1c..072729b4 100644 --- a/AndroidManifest.KITKAT_AND_LOWER.xml +++ b/AndroidManifest.KITKAT_AND_LOWER.xml @@ -1,8 +1,8 @@ @@ -23,6 +23,7 @@ android:allowBackup="false" android:allowClearUserData="true" android:persistent="true" + android:stopWithTask="false" > diff --git a/AndroidManifest.LOLLIPOP.xml b/AndroidManifest.LOLLIPOP.xml index 69d8d876..de175f96 100644 --- a/AndroidManifest.LOLLIPOP.xml +++ b/AndroidManifest.LOLLIPOP.xml @@ -1,12 +1,12 @@ - + @@ -23,6 +23,7 @@ android:allowBackup="false" android:allowClearUserData="true" android:persistent="true" + android:stopWithTask="false" >