Assigned
Status Update
Comments
al...@google.com <al...@google.com> #2
Any updates on this? It's been a month already since I reported it, and it seems this crash is occurring quite frequently for my users.
No update yet.
Any updates on this? It's been a month already since I reported it, and it seems this crash is occurring quite frequently for my users.
Description
I used to just write:
But now I have to abstract it out to a compat function that does:
This is because the
getPackagesHoldingPermissions
that takes a raw integer is marked as deprecated, and instead I have to go through the newFlags
-based API.This should probably be added to androidx to avoid a proliferation of downstream compat wrappers like mine.