commit | 597e72635fcdd6c6cb2c19e1a6a8255dfa6ac8cc | [log] [tgz] |
---|---|---|
author | wilsonshih <wilsonshih@google.com> | Thu Jun 09 11:47:19 2022 +0800 |
committer | wilsonshih <wilsonshih@google.com> | Tue Sep 27 20:02:26 2022 +0800 |
tree | dcbf6921e4b7e26801afbbed772a04a476791f02 | |
parent | f201b1bc4db5387735704d7760e2e026219d212b [diff] |
Allow to disable showing starting window when start from recents For now only support startActivityFromRecents. Use ActivityOptions#setDisableStartingWindow to disable showing the starting window for current launch. Bug: 202826469 Test: call setDisableStartingWindow in TaskView#launchTask, verify no starting window for that launch. Change-Id: I6151c1b4c45f424b46a957846539e3345d919de8