summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2011-11-07 11:46:16 -0800
committerRoboErik <epastern@google.com>2011-11-07 11:47:19 -0800
commitb620fada08e9d268dc2b72bcd0cb09bbf51733a0 (patch)
tree20d6e7854bd3c49a390a0b39b4fea689e661be82 /AndroidManifest.xml
parent79322397ba03d38f9d7345ffa3842a816d7b3be9 (diff)
downloadandroid_packages_apps_Calendar-b620fada08e9d268dc2b72bcd0cb09bbf51733a0.tar.gz
android_packages_apps_Calendar-b620fada08e9d268dc2b72bcd0cb09bbf51733a0.tar.bz2
android_packages_apps_Calendar-b620fada08e9d268dc2b72bcd0cb09bbf51733a0.zip
b/5525982 Fix AllInOne launch behavior
Could get two instances of it before, this makes sure only one is created. Change-Id: I54d745e473afd1a3b487a8fffbc4eb3d1068f267
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e60b78a4..3db72650 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -50,7 +50,7 @@
<activity
android:name="AllInOneActivity"
android:theme="@style/CalendarTheme.WithActionBar"
- android:launchMode="singleTop"
+ android:launchMode="singleTask"
android:windowSoftInputMode="adjustPan"
android:exported="true">
<intent-filter>