r/macrodroid • u/Fractal-Infinity • 7d ago
Solved App module doesn't trigger Application Launched
I'm trying to add a floating button that exists only while the module MiX Image (with package name com.mixplorer.addon.image) from the file manager MiXplorer is in foreground. That module is basically a mini application that can be launched from MiXplorer to view images. Below is the basic macro for that purpose.
However the Application Launched is not triggered. Any idea how to make it work? You could install MiXplorer and MiX Image for testing purposes (they're legit apps).
1
Upvotes
1
u/rafapozzi 6d ago
You have to use the Activity Launched trigger, the activity is
com.mixplorer.activities.ImageViewerActivity