Removing Log in activity from Stack once started the main activity
authorgumartinm <gu.martinm@gmail.com>
Wed, 14 Dec 2011 03:35:17 +0000 (04:35 +0100)
committergumartinm <gu.martinm@gmail.com>
Wed, 14 Dec 2011 03:35:17 +0000 (04:35 +0100)
Android/Testing/Test2/AndroidManifest.xml

index b91a79d..14973c0 100644 (file)
@@ -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">
             <intent-filter >
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.LAUNCHER" />