Do you ever search the forum? Searching for "check app installed" brings this up, amongst others.
Until now I used PackageManager to check which applications were installed (for example WhatsApp) Currently google requires QUERY_ALL_PACKAGES in Manifest in order to have a list of Installed Packages. Is it possible to know if WhatsApp is installed, via tried through some kind of Try-Catch...
did you read the restriction?
i want my app to be on google store so this is problem #1
i don't need such a wide useage, i'm not a "file manager"
i just need to check for one and one only app (also mine) so i think this alternative does not suite my needs - or does it?
just add this permission to manifest?
is there a way to check for only one specific app ?
i also read your sample for edge - not my path as i need to run a simple app
so how should i go now?