Skip to content
New issue

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

QUERY_ALL_PACKAGES not really needed #1971

Open
erosxdev opened this issue Dec 25, 2024 · 1 comment
Open

QUERY_ALL_PACKAGES not really needed #1971

erosxdev opened this issue Dec 25, 2024 · 1 comment

Comments

@erosxdev
Copy link

Describe the bug
the "android.permission.QUERY_ALL_PACKAGES" is not needed and it only creates "panic".

<uses-permission
    android:name="android.permission.QUERY_ALL_PACKAGES"
    tools:ignore="QueryAllPackagesPermission" />

Using this should be enough:
"queries -> intent"

@erosxdev erosxdev added the bug label Dec 25, 2024
@J-Jamet
Copy link
Member

J-Jamet commented Jan 3, 2025

https://github.com/Kunzisoft/KeePassDX/wiki/FAQ#what-are-the-permissions-used-in-keepassdx

I don't understand what you mean by panic? The wiki explains well why it's used and the code is open.
If you have a better method, please do a MR.

@J-Jamet J-Jamet added enhancement and removed bug labels Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants