You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
Right now I can't publish to Google Play Store because I have QUERY_ALL_PACKAGES in the manifest file.
I just need to know if Instagram is installed or not in users device.
What permission should I put in the manifest for this so that Google accepts the app?
Thank you.
The text was updated successfully, but these errors were encountered:
Maybe queries could work ( as replacement for asking for QUERY_ALL_PACKAGES permission)? <queries> <package android:name="com.instagram.android" /> </queries>
Right now I can't publish to Google Play Store because I have
QUERY_ALL_PACKAGES
in the manifest file.I just need to know if Instagram is installed or not in users device.
What permission should I put in the manifest for this so that Google accepts the app?
Thank you.
The text was updated successfully, but these errors were encountered: