From b6e7a36f41145a9b6abf3515734175d70b2f13bd Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Wed, 14 Nov 2012 14:20:28 -0500 Subject: [PATCH] Cleaned up manifest Signed-off-by: Ricky Barrette --- LocationRinger/AndroidManifest.xml | 45 +++++++++++++++--------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/LocationRinger/AndroidManifest.xml b/LocationRinger/AndroidManifest.xml index 5fbdef9..bfc5ee5 100644 --- a/LocationRinger/AndroidManifest.xml +++ b/LocationRinger/AndroidManifest.xml @@ -2,10 +2,10 @@ - + + @@ -21,39 +22,35 @@ - - - - - - - - + - - - - - + - + + + + android:excludeFromRecents="true" + android:label="@string/app_name" > - + + @@ -63,7 +60,7 @@ + android:configChanges="keyboard|keyboardHidden|orientation|screenSize" /> @@ -113,7 +109,9 @@ + android:configChanges="keyboard|orientation" + android:excludeFromRecents="true" + android:noHistory="true" /> @@ -130,7 +128,8 @@ - + + - + \ No newline at end of file