From: gumartinm Date: Wed, 14 Dec 2011 03:35:17 +0000 (+0100) Subject: Removing Log in activity from Stack once started the main activity X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=584f5d5bf4619e086d3a9ba5f1ad0d9b63c1330d;p=JavaForFun Removing Log in activity from Stack once started the main activity --- diff --git a/Android/Testing/Test2/AndroidManifest.xml b/Android/Testing/Test2/AndroidManifest.xml index b91a79d..14973c0 100644 --- a/Android/Testing/Test2/AndroidManifest.xml +++ b/Android/Testing/Test2/AndroidManifest.xml @@ -17,7 +17,8 @@ android:configChanges="touchscreen|keyboard" android:theme="@android:style/Theme.Black" android:permission="android.permission.INTERNET" - android:launchMode="standard"> + android:launchMode="standard" + android:noHistory="true">