Skip to content
Commit ca765813 authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Do not consider embedded task as task switch

For example:
 Task A - TaskFragment - Activity X
        - TaskFragment - Task B (embedded) - Activity Y
If Y starts Activity Z in Task B, even if A and B are different,
we don't want to show starting window because B is a part of A
from user's perspective.

Bug: 197595621
Test: Start activity from embedded task fragment to the same
      task fragment.
Change-Id: I9ec40e77b675c857f46747babd3144b2989042f6
parent 5cbb831c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment