Fixed
Status Update
Comments
sg...@google.com <sg...@google.com>
ve...@gmail.com <ve...@gmail.com> #2
Attaching a bug report for Pixel Tablet
ma...@google.com <ma...@google.com> #3
And for Pixel 9 Pro Fold
uj...@gmail.com <uj...@gmail.com> #4
Hi Marco, thank you for the report. We will take a look.
on...@aol.com <on...@aol.com> #5
that needs the tablet image, I believe
ap...@google.com <ap...@google.com> #6
The beta 1 sdk_gphone build won't automatically enable the change even the screen is sw600dp or greater. Future betas and the final release candidate will automatically enable the change if the screen is sw600dp or greater.
You can enable the forced change manually in one of the following two ways:
- With
adb shell
: Rundevice_config put window_manager ignore_activity_orientation_request true
to enable the change for all apps. - With Settings: enter "app info" -> "aspect ratio" -> "full screen" to enable the change for one app.
on...@aol.com <on...@aol.com> #7
Thanks!
I tried with the Pixel Tablet emulator with build number `BP22.250124.008` and the `UNIVERSAL_RESIZABLE_BY_DEFAULT` flag enabled and now it works as expected.
I tried with the Pixel Tablet emulator with build number `BP22.250124.008` and the `UNIVERSAL_RESIZABLE_BY_DEFAULT` flag enabled and now it works as expected.
Description
Previously created Pull Request for the same