commit | 793e73c859ed839c28cc37d80d62bde0a361c78a | [log] [tgz] |
---|---|---|
author | Paul Soulos <psoulos@google.com> | Tue Sep 09 16:58:24 2014 -0700 |
committer | Paul Soulos <psoulos@google.com> | Wed Sep 10 15:03:28 2014 +0000 |
tree | 222b3f91af268a5c1190c2e8a1a046292c5b6cf8 | |
parent | d3229ff5578a92efc513c4cae4114be351b0c1ed [diff] |
Forces intents that launch from the Contact card to use a new task. bug: 17428798 Change-Id: I7c6c35d70da083099849ae793ef8ecd326c181a6
diff --git a/src/com/android/contacts/quickcontact/QuickContactActivity.java b/src/com/android/contacts/quickcontact/QuickContactActivity.java index 5c2522d..4421d11 100644 --- a/src/com/android/contacts/quickcontact/QuickContactActivity.java +++ b/src/com/android/contacts/quickcontact/QuickContactActivity.java
@@ -357,6 +357,8 @@ } } + intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); + mHasIntentLaunched = true; startActivity(intent); }