How do you trigger an application action

paulsiu

New member
I want to trigger an UI action from Macrodroid. I think I can do this using intent, but is not sure. I tried sending an intent, but it asked for the package name of the app. How do I find the package name of the app?
 

Dm114

Well-known member
I want to trigger an UI action from Macrodroid. I think I can do this using intent, but is not sure. I tried sending an intent, but it asked for the package name of the app. How do I find the package name of the app?
You could use 'Apk Analyzer' (package name 'sk.styk.martin.apkanalyzer'). Very useful!
 
Top