diff options
author | Jeff Chang <chengjeff@google.com> | 2021-01-22 17:09:42 +0800 |
---|---|---|
committer | Jeff Chang <chengjeff@google.com> | 2021-03-31 14:43:21 +0800 |
commit | ff2ee7296877469e77b87bb716d78916887c8e14 (patch) | |
tree | 781d953215916c15161151a6d594ec00987221aa /tests/net/java/com/android/server/ConnectivityServiceTest.java | |
parent | 8071948f8d8a546b5e9618e789f3c78d54df2475 (diff) |
Make no-history activity be finished with different tasks
Activities that specify No History must be removed once the user
navigates away from them. Currently, the no-history activity is
managed in Task level which result in the behavior broken when a
fullscreen activity was started on top of the no-history activity
within different tasks.
This CL make the no-history instance cached reference from
TaskSupervisor and support task to manage the behavior. The
no-history activity will be finished only from the same
display with the next top-most opaque activity.
Bug: 168871922
Test: atest ActivityStarterTests
Change-Id: I6d15b0fc6cecbbb7af545c297cd3524c47afe6b4
Diffstat (limited to 'tests/net/java/com/android/server/ConnectivityServiceTest.java')
0 files changed, 0 insertions, 0 deletions