Hello everybody!
I would like to know if a specific app is installed in my phone/tablet.
I tried to check with "File" object if the /data/app/com.mycompany.myapp folder exist, but it doesn't works. I think I need root permission or another permission. (I don't want to need root permission)
I also tried to use intent actions (ACTION_ALL_APPS) but it returns nothing. I don't know if I did it correctly. I tried send intent-->"android.intent.action.ALL_APPS" and the next parameter "" (blank).
Does anyone how to check if an app is installed in an android device, with Fusion of course.
Thank you!