Assigned
Status Update
Comments
ha...@nrk.no <ha...@nrk.no> #2
Information redacted by Android Beta Feedback.
jo...@google.com <jo...@google.com> #3
Thank you for reporting this issue. We’ve shared this with our product and engineering teams and will continue to provide updates as more information becomes available.
lp...@google.com <lp...@google.com> #4
I was about to report this issue.
I am facing the same on Pixel 6A
I am facing the same on Pixel 6A
ra...@google.com <ra...@google.com> #5
I am facing the same issue after updating my Pixel 6a today. Fingerprint functionality is completely gone from the device, including screen lock and in-app biometric authentication. This is a huge pain as I had biometrics enabled for almost everything that allowed it.
ha...@nrk.no <ha...@nrk.no> #6
I am also facing the same issue and, most of the app i use needs bio-metrics authentication to use them, which is now not allowing to use them. Please do fix it ASAP as I am unable to use the phone due to this
ra...@google.com <ra...@google.com> #7
- Build Number: google/bluejay_beta/bluejay:UpsideDownCake/UPB2.230407.019/10170211:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
I installed the udfps software as mentioned online by other users. Now the scanner has appeared again. It recorded my fingerprints as well as recognizes them. Only problem is the scanner disappears if I restart the phone.
Debugging information
Google Play services
com.google.android.gms
Version 231715044 (23.17.15 (190400-534251769))
System App (Updated)
Android System WebView
com.google.android.webview
Version 567252433 (113.0.5672.24)
System App (Updated)
Network operator: Vi India
SIM operator: Vi India
Filed by Android Beta Feedback. Version (Updated): 2.34-betterbug.external_20230413_RC05 (DOGFOOD)
To learn more about our feedback process, please visithttps://developer.android.com/preview/feedback#feedback-app .
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
I installed the udfps software as mentioned online by other users. Now the scanner has appeared again. It recorded my fingerprints as well as recognizes them. Only problem is the scanner disappears if I restart the phone.
Debugging information
Google Play services
com.google.android.gms
Version 231715044 (23.17.15 (190400-534251769))
System App (Updated)
Android System WebView
com.google.android.webview
Version 567252433 (113.0.5672.24)
System App (Updated)
Network operator: Vi India
SIM operator: Vi India
Filed by Android Beta Feedback. Version (Updated): 2.34-betterbug.external_20230413_RC05 (DOGFOOD)
To learn more about our feedback process, please visit
ha...@nrk.no <ha...@nrk.no> #8
Information redacted by Android Beta Feedback.
ha...@nrk.no <ha...@nrk.no> #9
Same!
ha...@nrk.no <ha...@nrk.no> #10
- Build Number: google/raven_beta/raven:14/UPB3.230519.008/10249953:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
This is not a duplicated issue. The issue this has been duplicated to relates to UPB2 which was subsequently fixed in UPB2.1
The Fingerprint Options have completely vanished in UPB3 on Pixel 6 Pro. Please treat this as a new case and fix.
Thank you.
Debugging information
Google Play services
com.google.android.gms
Version 232115044 (23.21.15 (190400-537063201))
System App (Updated)
Android System WebView
com.google.android.webview
Version 573505833 (114.0.5735.58)
System App (Updated)
Network operator: Orange F
SIM operator: Orange F
Filed by Android Beta Feedback. Version (Updated): 2.34-betterbug.external_20230413_RC05 (DOGFOOD)
To learn more about our feedback process, please visithttps://developer.android.com/preview/feedback#feedback-app .
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
This is not a duplicated issue. The issue this has been duplicated to relates to UPB2 which was subsequently fixed in UPB2.1
The Fingerprint Options have completely vanished in UPB3 on Pixel 6 Pro. Please treat this as a new case and fix.
Thank you.
Debugging information
Google Play services
com.google.android.gms
Version 232115044 (23.21.15 (190400-537063201))
System App (Updated)
Android System WebView
com.google.android.webview
Version 573505833 (114.0.5735.58)
System App (Updated)
Network operator: Orange F
SIM operator: Orange F
Filed by Android Beta Feedback. Version (Updated): 2.34-betterbug.external_20230413_RC05 (DOGFOOD)
To learn more about our feedback process, please visit
Description
Jetpack Compose version: BOM 2024.09.00
Jetpack Compose component(s) used: LazyColumn and a focusable item like Button
Android Studio Build: Android Studio Koala | 2024.1.1 Patch 1
Kotlin version: 2.0.20
Please see this sample repo:https://github.com/hakonschia/compose-1.7-focus/blob/main/app/src/main/java/com/example/scrolling/MainActivity.kt
This is for TV apps where you navigate focusable items with a DPAD
When you click on an item in a LazyColumn so that you navigate to a different framgent then focus automatically transfers to a different item (I believe it sets it to the first visible item the LazyColumn has). This does not happen on BOM 2024.08.00 (1.6.8) and is new in 2024.09.00 (1.7.0)
On 2024.09.00 this is logged. When moving to fragment B then "Button 7" recieves focus, which is not from a user interaction
On 2024.08.00 this is logged, as expected focus does not move away from "Button 10":
In our app this is pretty noticeable as the list clearly scrolls and we lose the focus position, so when we return to the fragment the scroll position isn't on the item the user clicked