Android 11 (target 30) introduces Package visibility restrictions.
They added the QUERY_ALL_PACKAGES that allows bypassing these restrictions, and only specific apps are allowed to use it.
The protection level for this permission is NORMAL, and so I wondered how limiting this permission is enforced.
In the documentation, they say:
In an upcoming policy update, look for Google Play to provide guidelines for apps that need the QUERY_ALL_PACKAGES permission.
Does anyone know where this policy update can be found?