commit | 40814bdf2cf6e22c05fa6a4e1458c06a4d1d657f | [log] [tgz] |
---|---|---|
author | Riddle Hsu <riddlehsu@google.com> | Tue Oct 08 18:06:56 2024 +0800 |
committer | Riddle Hsu <riddlehsu@google.com> | Wed Oct 09 04:14:02 2024 +0000 |
tree | 3eda40908d0e9f1e14e217fdc9d465f0b3264bf8 | |
parent | d8aa9a2a6156c355cae1e2b1e9bc863d09765499 [diff] |
Add device config for experiment of orientation opt-out With command: adb shell device_config put window_manager \ opt_out_ignore_activity_orientation_request_list \ com.pkg1,com.pkg2,com.pkg3 The activity can keep its fixed orientation if ignore_activity_orientation_request is enabled. Flag: EXEMPT disabled code Test: presubmit Bug: 357141415 Change-Id: I6534bfcadc8c59a29a96ba12929f1ef9b13f4938