Google Play Console (App Content section) declares that my published app makes use of
android.permission.QUERY_ALL_PACKAGES
and I want to remove this permission.
I checked my AndroidManifest.xml and the Merged Manifest but I cannot find it.
Where should I look at to find all permissions included by dependencies, libraries, ecc.? Thank you.