Status Update
Comments
so...@gmail.com <so...@gmail.com> #2
Information redacted by Android Beta Feedback.
so...@gmail.com <so...@gmail.com> #3
Thanks for reporting this issue. We have passed this to the development team and will update this issue with more information as it becomes available.
so...@gmail.com <so...@gmail.com> #4
What
More information
Deep sleep stops working. Restart helps
Where
Build and device data
- Build Number: google/husky_beta/husky:16/BP22.250221.013/13218340: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
Usługi Google Play
com.google.android.gms
Version 250934035 (25.09.34 (260400-738842635))
System App (Updated)
Android System WebView
com.google.android.webview
Version 699804033 (134.0.6998.40)
System App (Updated)
Network operator: Orange
SIM operator: Orange
Filed by Android Beta Feedback. Version (Updated): 2.46-betterbug.external_20241023_RC01 (DOGFOOD)
To learn more about our feedback process, please visit
il...@google.com <il...@google.com>
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #5
Information redacted by Android Beta Feedback.
il...@google.com <il...@google.com> #6
What
More information
My Pixel 8 battery lasts less than with version 15
Where
Build and device data
- Build Number: google/shiba_beta/shiba:16/BP22.250221.013/13218340: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
Servicios de Google Play
com.google.android.gms
Version 250934035 (25.09.34 (260400-738842635))
System App (Updated)
Android System WebView
com.google.android.webview
Version 699804033 (134.0.6998.40)
System App (Updated)
Network operator: Not available
SIM operator: AT&T
Filed by Android Beta Feedback. Version (Updated): 2.46-betterbug.external_20241023_RC01 (DOGFOOD)
To learn more about our feedback process, please visit
ch...@gmail.com <ch...@gmail.com> #7
Information redacted by Android Beta Feedback.
il...@google.com <il...@google.com> #8
I was having a nightmare with my phone—its battery was draining incredibly fast, making it almost unusable. After some trial and error, I finally found a temporary solution: I disabled Google Chrome app and switched to using Firefox. So far, it’s working great. The battery is still at 85% after around 12 hours of on-and-off usage. Previously, I had to charge it every 12 hours just to keep it running through the day.
pi...@gmail.com <pi...@gmail.com> #9
I am writing to complain about the excessive battery drain I am experiencing on my Pixel 6 Pro. I have noticed a significant decrease in battery life.
Specifically, I am experiencing rapid battery depletion overnight significant drain while using specific apps like Google Chrome, overheating during normal use, noticeable drop in battery percentage even when the phone is not in use.
Description
Version used: 1.0.0-alpha11
I'm seeing some strange behaviour when pressing back button and transistion back to a fragment from a fragment of the same id.
My app uses some generic fragment structures that are driven by args passed in, as such there are places like:
FragmentA -> FragmentB -> FragmentB -> FragmentC
However if the back button is pressed on the second instance of FragmentB, FragmentA is replaced in the navhost while the navgraph correctly displays in the toolbar. Forward navigation from this point however is missing from the navgraph and results in an IllegalStateException with the action 'not found' in the graph, unless the back button is pressed again (pushing the navgraph destination back to FragmentA)
Is this intended behaviour? If so is there a way to declare FragmentB as 'stackable'?