summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJeffrey Sharkey <>2009-04-02 10:22:44 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-02 10:22:44 -0700
commiteba69e0f8ada705a5cd745d3137dc66bead87406 (patch)
treea18acc33fb50cf1c6069a56aa0496975dec2f29a /AndroidManifest.xml
parentfdf15bf324da1352f01fb5543665b7472c5433a4 (diff)
downloadandroid_packages_apps_Calendar-eba69e0f8ada705a5cd745d3137dc66bead87406.tar.gz
android_packages_apps_Calendar-eba69e0f8ada705a5cd745d3137dc66bead87406.tar.bz2
android_packages_apps_Calendar-eba69e0f8ada705a5cd745d3137dc66bead87406.zip
AI 144202: am: CL 144137 am: CL 144136 Make calendar widget correctly launch Calendar app instead of creating a second task stack.
Fixes the following issues: - Calendar widget and calendar icon always launch to a specific calendar view--the view last selected by user. - Launching from both widget and app icon clears any existing activity stacks. - We correctly keeps the stack history when switching between activities using long-press-home-hardkey Original author: jsharkey Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... Automated import of CL 144202
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c2da2da8..80bb31db 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -37,7 +37,8 @@
<uses-library android:name="android.test.runner" />
<activity android:name="LaunchActivity"
- android:theme="@android:style/Theme.Light">
+ android:theme="@android:style/Theme.Light"
+ android:clearTaskOnLaunch="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />