You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking on a variation of PermissionsManager.hasAllPermissions that only takes a context and retrieves all the app permissions out of the package info, just like PermissionsManager.requestAllManifestPermissionsIfNecessary
Just by looking at the code, it could be something like the following
I was thinking on a variation of
PermissionsManager.hasAllPermissions
that only takes a context and retrieves all the app permissions out of the package info, just likePermissionsManager.requestAllManifestPermissionsIfNecessary
Just by looking at the code, it could be something like the following
Disclaimer: I have not tested the code nor even compiled it, this is just an idea. I will be happy to contribute properly if the idea is good enough.
Thanks
The text was updated successfully, but these errors were encountered: