We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Point 6, "An app can get a list of all the other apps installed on your phone without any permissions" is fixed in Android R, API rdp1.
Android R introduces QUERY_ALL_PACKAGES permission.
API Diff Specification from API 29 to rdp1 (Android R Developer Preview 1) is here where this permission was added.
The text was updated successfully, but these errors were encountered:
It will still be possible for apps to detect other apps even with QUERY_ALL_PACKAGES see GrapheneOS/os-issue-tracker#149
Sorry, something went wrong.
<queries>
NandanDesai
No branches or pull requests
Point 6, "An app can get a list of all the other apps installed on your phone without any permissions" is fixed in Android R, API rdp1.
Android R introduces QUERY_ALL_PACKAGES permission.
API Diff Specification from API 29 to rdp1 (Android R Developer Preview 1) is here where this permission was added.
The text was updated successfully, but these errors were encountered: