Status Update
Comments
xa...@google.com <xa...@google.com> #2
Information redacted by Android Beta Feedback.
sp...@google.com <sp...@google.com> #3
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Please upgrade to the latest release from the link
xa...@google.com <xa...@google.com> #4
install Android 16 as I want to leave beta.
<buganizer-system@google.com> schrieb am Do., 27. Feb. 2025, 08:55:
[Deleted User] <[Deleted User]> #5
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]> #6
Thanks for reporting this issue.
-
We are handling "No more paying via Wallet because the system is not up to date" wallet issue here.
-
Please file a separate ticket for "Upgrade was never offered to install android 16" with details.
it...@gmail.com <it...@gmail.com> #7
After upgrading to stable the issue persists.
tn...@google.com <tn...@google.com> #8
The star is to the left of the bug id on the header line which has the issue id and the issue synopsis.
1l...@gmail.com <1l...@gmail.com> #9
this person uses or used to hack and stalk me. The lives of my kids and I
are in danger and this person has harassed and even installed apps on my
phone which i can not delete. Or will I have to close and delete my account
with google and switch to an Icloud account? Ive never had these issue with
google but now it seems yall cant do anything to fix my account back to how
I use to have it before all these developer tool and setting were installed
with my permission from this person!!!!!
On Fri, Oct 15, 2021 at 11:23 AM <buganizer-system@google.com> wrote:
Description
Consider a dynamic-feature,
df
, that depends on its app module,app
, and a library,lib
, as shown below:Running
lint
from theapp
module withcheckDependencies true
should cause issues fromlib
to be included inapp
's lint report. Currently, that's not the case - only issues fromapp
anddf
are included inapp
's lint report, not issues fromlib
.