Fixed
Status Update
Comments
ry...@gmail.com <ry...@gmail.com> #2
Attaching a bug report for Pixel Tablet
ry...@gmail.com <ry...@gmail.com> #4
Hi Marco, thank you for the report. We will take a look.
vi...@google.com <vi...@google.com>
bl...@google.com <bl...@google.com> #5
that needs the tablet image, I believe
jb...@google.com <jb...@google.com>
da...@google.com <da...@google.com>
he...@google.com <he...@google.com>
ar...@google.com <ar...@google.com>
pa...@google.com <pa...@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.
pa...@google.com <pa...@google.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.
an...@google.com <an...@google.com> #8
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Meerkat Feature Drop | 2024.3.2 Canary 4
- Android Gradle Plugin 8.10.0-alpha04
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
Lint fails with
Despite the implemented check for
GoogleIdTokenCredential.TYPE_GOOGLE_ID_TOKEN_SIWG_CREDENTIAL
(an implementation withGoogleIdTokenCredential.TYPE_GOOGLE_ID_TOKEN_CREDENTIAL
was also tested)Dependencies used