commit | 1c211c2969cbeeb0a38c9abf30195deb05c63a46 | [log] [tgz] |
---|---|---|
author | Yuncheol Heo <ycheo@google.com> | Mon Apr 20 13:08:43 2020 -0700 |
committer | Yuncheol Heo <ycheo@google.com> | Tue Apr 21 11:45:33 2020 -0700 |
tree | ba3e62fc6844c6582d3331c0aa63759c20866970 | |
parent | 5ac047d3656dddfa7e842b609a6d7e27d352eae0 [diff] |
Make onTaskDisplayChanged/onTaskRemoved work. - These callbacks are guarded by the condition '!isRootTask' to filter out the unnecessary notifications on the ActivityStack. But, after stack/task merging, the condition blocks the notification on the single task stack. - Adds the test for onTaskDisplayChanged callback. Bug: 152813833 Test: atest TaskStackChangedListenerTest Change-Id: I21312d45de625285c43875a169bffe684e3ba8e3