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