commit | 2dcb1274fc73576edad10721ba7a15b0896d5be8 | [log] [tgz] |
---|---|---|
author | Louis Chang <louischang@google.com> | Fri Sep 27 15:01:19 2019 +0800 |
committer | Louis Chang <louischang@google.com> | Fri Sep 27 16:15:40 2019 +0800 |
tree | 951d4430d9771c09237242f6984071699563ebaf | |
parent | 1b1480d0406b309971109042c3b6b1a9660b24ad [diff] |
Ensure activity added to existing task if not resetting the task Unable to launch application because the activity was started with RESET_TASK_IF_NEEDED flag and without NEW_TASK flag. A new activity instance is supposed to be added on top of the existing task, which it didn't. Bug: 140916007 Test: atest IntentTests Change-Id: I4ff6c721aabe3f4a0fee56cb8549109b22fc96b0