Fixed
Status Update
Comments
an...@google.com <an...@google.com>
je...@google.com <je...@google.com>
cm...@google.com <cm...@google.com>
au...@google.com <au...@google.com> #2
Attaching a bug report for Pixel Tablet
hm...@google.com <hm...@google.com>
hm...@google.com <hm...@google.com>
an...@google.com <an...@google.com> #3
And for Pixel 9 Pro Fold
au...@google.com <au...@google.com> #4
Hi Marco, thank you for the report. We will take a look.
hm...@google.com <hm...@google.com> #5
that needs the tablet image, I believe
an...@google.com <an...@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.
Description
com.android.build.api.dsl.CommonExtension.testOptions
is marked@Incubating
, but the typecom.android.build.api.dsl.TestOptions
is already marked stable. Please remove@Incubating
fromCommonExtension.testOptions