Fixed
Status Update
Comments
wa...@google.com <wa...@google.com> #2
ri...@gmail.com <ri...@gmail.com> #3
Project: platform/frameworks/support
Branch: androidx-main
Author: Hao Dong <
Link:
Apply workaround of forcing strong bio to combined authenticators.
Expand for full commit details
Apply workaround of forcing strong bio to combined authenticators.
Bug: 257670132
Test: ./gradlew :biometric:biometric:test
Change-Id: Ibb8532b5210407cfb530020f67d77210f58cfbc7
Files:
- M
biometric/biometric/src/main/java/androidx/biometric/AuthenticatorUtils.java
- M
biometric/biometric/src/main/java/androidx/biometric/BiometricViewModel.java
Hash: 90159701331b69ec3d0977c37ca3600e1f08e41b
Date: Thu Mar 06 01:19:14 2025
ko...@gmail.com <ko...@gmail.com> #4
Project: platform/frameworks/support
Branch: androidx-main
Author: Hao Dong <
Link:
Fix workaround of forcing strong biometrics
Expand for full commit details
Fix workaround of forcing strong biometrics
1. Use mPromptInfo.getAllowedAuthenticators() to decide whether to use
fake crypto object to force strong biometric, instead of the
consolidated authenticators.
2. Replace isStrongBiometricAllowed() with isAtLeastStrength().
Bug: 402158770
Bug: 257670132
Test: ./gradlew :biometric:biometric:test
Test: manually check b/402158770 on integration test app
Change-Id: I5cfb3b659781a1570ccd6aa607df3da61a559ebf
Files:
- M
biometric/biometric/src/main/java/androidx/biometric/AuthenticatorUtils.java
- M
biometric/biometric/src/main/java/androidx/biometric/BiometricManager.java
- M
biometric/biometric/src/main/java/androidx/biometric/BiometricViewModel.java
- M
biometric/biometric/src/test/java/androidx/biometric/AuthenticatorUtilsTest.java
Hash: cb2115ab72c5c98b53d26fb33a2c0bbc153d6aea
Date: Tue Mar 11 22:35:37 2025
cu...@google.com <cu...@google.com> #5
It seems so. The Release Notes for Firefox v68.0.2 mention a fix for "some images not to be displayed on reload, including on Google Maps": https://www.mozilla.org/en-US/firefox/68.0.2/releasenotes/
We'll be setting this issue as fixed. Thank you!
We'll be setting this issue as fixed. Thank you!
Description
From SO question :
Map tiles remain grey when you navigate away and back from the page with a Dynamic Map.
# > google.maps.version
3.37.8a
# What steps will reproduce the problem? Please also provide a code sample which demonstrates your issue (e.g. via
1. Using Firefox, go to the simple map sample in the documentation:
2. Then move to another sample page by clicking on the links on the sidebar.
3. Then go back to the simple map by Clicking on the Simple Map link on the sidebar.
4. observe that some, if not, all of the tiles in the current viewport are grey/not loaded.