-
-
Notifications
You must be signed in to change notification settings - Fork 43
Description
With the latest release, our scanners yield
! repo/org.listenbrainz.android_65.apk declares sensitive permission(s):
android.permission.QUERY_ALL_PACKAGES android.permission.REQUEST_INSTALL_PACKAGES
And looking at the release notes, I see
Feat: App Updates
Are those entirely opt-in, and explaining the implications before being turned on? Because otherwise, this would conflict with the IzzyOnDroid App Inclusion Policy (and with F-Droid's as well):
[an app] must not download additional executable binary files (e.g. addons, auto-updates, etc.) without explicit user consent. Consent means it needs to be opt-in (it must not be harder to decline than to accept or presented in a way users are likely to press accept without reading) and structured in a way that clearly explains to users that they’re choosing to bypass the checks performed in this repo if they activate it.
Further, what is QUERY_ALL_PACKAGES
used for?