commit | 059ce8f4fbb99e52dcee91c862c36de37c438d0d | [log] [tgz] |
---|---|---|
author | Oleg Blinnikov <olb@google.com> | Fri Apr 12 10:42:16 2024 +0000 |
committer | Oleg Blinnikov <olb@google.com> | Sat Apr 20 01:38:41 2024 +0000 |
tree | c9e8cf5aae3693e785887b371b38bd8ccc01c706 | |
parent | 01d88d2bef47f084a42177e44868ed3793dbd2c1 [diff] |
Virtual Display demo rotation Previously virtual displays, such as chromecast was not possible to permanently rotate for demo purposes. This will make virtual displays to appear rotated. Change-Id: I433313ab53bdb69e26355997913024bab4e6351d Test: adb shell setprop persist.demo.userrotation 1 && adb shell setprop persist.demo.userrotation.package_name com.google.android.gms Bug: 329442350 Bug: 302326003