Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

How to check only if Instagram is installed? #91

Open
aytunch opened this issue Aug 14, 2022 · 3 comments
Open

How to check only if Instagram is installed? #91

aytunch opened this issue Aug 14, 2022 · 3 comments

Comments

@aytunch
Copy link

aytunch commented Aug 14, 2022

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.
Screen Shot 2022-08-15 at 01 17 09
Screen Shot 2022-08-15 at 01 16 33

@pafciu17
Copy link

pafciu17 commented Jul 8, 2023

Maybe queries could work ( as replacement for asking for QUERY_ALL_PACKAGES permission)?
<queries> <package android:name="com.instagram.android" /> </queries>

@Joseph-Nathan
Copy link

@pafciu17 is that work ?

@pafciu17
Copy link

@pafciu17 is that work ?

Yes, it did work for my use case.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants