<Android: Can explicit intents work without adding...
# stackoverflow
u
Android: Can explicit intents work without adding QUERY_ALL_PACKAGES (or package under queries tag) to my manifest? I have small code which makes sure a document is always opened in browser. It is working so far. I got warning from Google Play Console stating: If your app requires the QUERY_ALL_PACKAGES permission, you need to submit the declaration form in Play Console by July 12 I have checked and verified, we don't use QUERY_ALL_PACKAGES in my app. However, we use explicit intents and resolveActivity in few places. One of the <a...