Status Update
Comments
ch...@google.com <ch...@google.com>
sg...@google.com <sg...@google.com> #2
Information redacted by Android Beta Feedback.
mk...@google.com <mk...@google.com> #3
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
[Deleted User] <[Deleted User]> #4
What
Feature request
Screen record attached. Lock button appears whenever a new notification comes in or briefly when you expand on current notifications.
Where
Build and device data
- Build Number: google/raven_beta/raven:VanillaIceCream/AP31.240426.023/11830707:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 241718038 (24.17.18 (190400-633711484))
System App (Updated)
Android System WebView
com.google.android.webview
Version 636758231 (124.0.6367.82)
System App (Updated)
Network operator: Google Fi
SIM operator: Google Fi
Filed by Android Beta Feedback. Version (Updated): 2.42-betterbug.external_20240410_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
[Deleted User] <[Deleted User]> #5
What
Feature request
X
Where
Build and device data
- Build Number: google/bluejay_beta/bluejay:VanillaIceCream/AP31.240426.023/11830707:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242013038 (24.20.13 (190400-633713831))
System App (Updated)
Android System WebView
com.google.android.webview
Version 636758231 (124.0.6367.82)
System App (Updated)
Network operator: Not available
SIM operator: Boost Mobile
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
mk...@google.com <mk...@google.com> #6
Information redacted by Android Beta Feedback.
[Deleted User] <[Deleted User]> #7
What
Feature request
Fingerprint sometimes appears at random places (not sure how to reproduce this)
Where
Build and device data
- Build Number: google/bluejay_beta/bluejay:VanillaIceCream/AP31.240426.023/11830707:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242013038 (24.20.13 (190400-633713831))
System App (Updated)
Android System WebView
com.google.android.webview
Version 642205433 (125.0.6422.54)
System App (Updated)
Network operator: airtel
SIM operator: airtel
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
mk...@google.com <mk...@google.com> #8
Thank you for reporting this issue. We have a fix rolling out in the next release.
ap...@google.com <ap...@google.com> #9
What
Feature request
My unlock fingerprint scanner icon is inconsistent sometimes it's there sometimes It's not.
Where
Build and device data
- Build Number: google/panther_beta/panther:VanillaIceCream/AP31.240426.023.B4/11882682:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242213038 (24.22.13 (190400-638740827))
System App (Updated)
Android System WebView
com.google.android.webview
Version 642216533 (125.0.6422.165)
System App (Updated)
Network operator: Bell
SIM operator: Bell
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
ap...@google.com <ap...@google.com> #10
Information redacted by Android Beta Feedback.
mk...@google.com <mk...@google.com> #11
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
After updating my phone a few days after there was a pink line on my phone sometimes it
disappear or it doesn't
Debugging information
Google Play services
com.google.android.gms
Version 242333038 (24.23.33 (190400-644073686))
System App (Updated)
Android System WebView
com.google.android.webview
Version 642218633 (125.0.6422.186)
System App (Updated)
Network operator: ROGERS
SIM operator: ROGERS
Filed by Android Beta Feedback. Version (Bundled): 2.25-betterbug.external_20220328_RC02
To learn more about our feedback process, please visit
ap...@google.com <ap...@google.com> #12
ap...@google.com <ap...@google.com> #13
ap...@google.com <ap...@google.com> #14
What
Feature request
Anytime you click anything while the phone is locked, including using the camera shortcut to take pictures without locking the phone and clicking on the media Controller while the phone is locked, it brings up the Enter pin screen with every single touch.
Where
Build and device data
- Build Number: google/shiba_beta/shiba:15/AP31.240517.022/11948202:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
- SoC Revision: Zuma B1
Debugging information
Google Play services
com.google.android.gms
Version 242334038 (24.23.34 (190400-645140581))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647807133 (126.0.6478.71)
System App (Updated)
Network operator: T-Mobile
SIM operator: T-Mobile
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
mk...@google.com <mk...@google.com> #15
Information redacted by Android Beta Feedback.
Description
Created a
ViewModel
(fromandroidx
) subclass and added a methodclear()
. All goes well in Android Studio and in debug builds. But in release builds, the app crashes with:This crash is caused by the method
clear()
because theViewModel
class already contains a methodclear()
which also happens to be final.I am not sure wether this is caused by R8, but at least it happens only on release builds with R8 enabled.
Furthermore, I would expect this to be a error or warning in Android Studio, but don't know where this should be reported.