Status Update
Comments
sh...@gmail.com <sh...@gmail.com> #2
sc...@google.com <sc...@google.com>
le...@google.com <le...@google.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
sh...@gmail.com <sh...@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
le...@google.com <le...@google.com> #5
Hi Mohit,
Thanks for the fix. I will close this issue and create another one to track the issue in CameraX.
The issue link
Description
CAMERAX VERSION: 1.5.0-alpha04
CAMERA APPLICATION NAME AND VERSION: GrapheneOS v83 (latest)
ANDROID OS BUILD NUMBER: BP1A.250305 (Android 15)
DEVICE NAME: Pixel 7A
DESCRIPTION:
Recording multiple videos consecutively causes the alternate videos to not have the rotation tag to be attached to the video. (https://github.com/user-attachments/assets/25898f13-3f03-4e41-a3cf-b271d66cb557 )
STEPS TO REPRODUCE:
OBSERVED RESULTS:
First video recorded as horizontal, second video recorded as portrait, third video recorded as horizontal.
EXPECTED RESULTS:
3 videos recorded in horizontal (landscape) orientation.
REPRODUCIBILITY: 100%
ADDITIONAL INFORMATION:
The rotation tag being missing altogether instead of being wrongly set for unknown reason.
The
mediainfo
metadata dump of the first video -The
mediainfo
metadata dump of the second video -Note: The details mentioned here have been originally described by a different reporter on this threadhttps://github.com/GrapheneOS/Camera/issues/534
Please do let us know if any additional information or clarification is needed.
Thanks a lot for your time and support!
Regards,
Mohit