projects
/
JavaForFun
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
819c664
)
Removing Log in activity from Stack once started the main activity
author
gumartinm
<gu.martinm@gmail.com>
Wed, 14 Dec 2011 03:35:17 +0000
(
04:35
+0100)
committer
gumartinm
<gu.martinm@gmail.com>
Wed, 14 Dec 2011 03:35:17 +0000
(
04:35
+0100)
Android/Testing/Test2/AndroidManifest.xml
patch
|
blob
|
history
diff --git
a/Android/Testing/Test2/AndroidManifest.xml
b/Android/Testing/Test2/AndroidManifest.xml
index
b91a79d
..
14973c0
100644
(file)
--- 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">
<intent-filter >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />