commit | 87a104e7979075c7760f50949f9c9e806c0cd1a9 | [log] [tgz] |
---|---|---|
author | Chris Li <lihongyu@google.com> | Mon Nov 21 15:54:41 2022 +0800 |
committer | Chris Li <lihongyu@google.com> | Mon Nov 21 21:58:47 2022 +0800 |
tree | 0ba3d3b4e4b4b0d499e279714618a2ba1288540a | |
parent | a890b22d3a35e6e0728c9b9231421cc5e39a41ad [diff] |
Fix getOrientation from adjacent TaskFragments Before, we returned SCREEN_ORIENTATION_UNSET from TaskFragments in split. Now, we returned SCREEN_ORIENTATION_UNSPECIFIED just like system split screen, so that the display can update to device orientation after exiting a fullscreen fixed-orientation activity to ActivityEmbedding split. Bug: 255646506 Test: atest WmTests:TaskFragmentTest Change-Id: Iee97547aa5697df050b1e01070d9bad643325f14