Fixed
Status Update
Comments
sp...@google.com <sp...@google.com> #2
This happens to me when using pattern+fingerprint on api 29 using 1.0.1
au...@google.com <au...@google.com> #3
happens to me on Android P using 1.0.1
au...@google.com <au...@google.com> #4
Is there any workaround for this? Can we expect this to be fixed?
au...@google.com <au...@google.com> #5
I am facing the same problem too! Is there any solution to this problem?
au...@google.com <au...@google.com> #6
Still seeing this issue on Android 10 Pixel 4.
au...@google.com <au...@google.com> #7
Our team is facing this issue as well. What are the alternatives available right now apart from cloning the library and changing the behavior?
au...@google.com <au...@google.com> #8
Biometric prompt is also not dismissed if user goes to different apps on API levels below 29. The same behavior is not true for API 29 and above. Is there any workaround for this?
sp...@google.com <sp...@google.com> #9
Same issue for me. API 10 device during Fingerprint prompt.
au...@google.com <au...@google.com> #11
Have the same problem, Android 10, Mi 9T
sp...@google.com <sp...@google.com> #12
Also happening with 1.2.0-alpha04.
xa...@google.com <xa...@google.com> #13
Project: platform/frameworks/support
Branch: androidx-main
Author: Hao Dong <
Link:
Propogate cancel authentication in onStop() for all api levels.
Expand for full commit details
Propogate cancel authentication in onStop() for all api levels.
Bug: 149770989
Test: ./gradlew biometric:biometric:assemble
Change-Id: I8c393f400d60f2b2af075671c4cf2727e63d82b8
Files:
- M
biometric/biometric/src/main/java/androidx/biometric/BiometricFragment.java
Hash: 302fab7c34832a989f434e43f16b146d37fa08b6
Date: Wed Nov 13 02:45:59 2024
au...@google.com <au...@google.com> #15
In the gradle slack, they noted that we should be using a different API for this if we want java resources + classes. It might be best if you chat with jvandort@ about it.
na...@google.com <na...@google.com> #17
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.emoji2:emoji2-emojipicker:1.4.0-rc01
Description
Lint access source set information in a way that does not capture dependency information. Androidx is hitting this with:
The issue seems to be usage of non-provider based APIs here .
We should switch to
SourceSet.getAllSource().getSourceDirectories()
.