summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2012-04-30 09:28:54 -0700
committerTom Taylor <tomtaylor@google.com>2012-04-30 09:28:54 -0700
commit6cc254afc74dee97c7ef356612ae9ec7bc8b77ce (patch)
tree5a55252b34c962094b262a7e8e89bbe874931b24 /AndroidManifest.xml
parent81f337b9a136700e78b02ada3cc9a27d4bc228f8 (diff)
downloadMms-6cc254afc74dee97c7ef356612ae9ec7bc8b77ce.tar.gz
Back should progress through the app before returning to Home
Bug 6385001, 6384668 Use the TaskStackBuilder for both notifications and the widget so when the user hits back, they'll go back to the conversation list (if not already there) and then back to home. Change-Id: I238619d2cac4f6286d701bbc1e20290e183fdb0a
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 27bd5578..21a665b7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -81,6 +81,7 @@
android:configChanges="orientation|screenSize|keyboardHidden"
android:windowSoftInputMode="stateHidden"
android:theme="@style/MmsHoloTheme"
+ android:parentActivityName=".ui.ConversationList"
android:launchMode="singleTop" >
<intent-filter>
<action android:name="android.intent.action.VIEW" />