Macro works once then it doesn't work after due to logs permission?

Selix

New member
Once the macro is triggered based on an event, the macro doesn't work after that. If I toggle off and toggle on the same macro, it displays the below logs message and if I do the one time access the macro works again. Is this a bug or how do I give permanent permission access for the logs please?

1704389526643.jpeg
 

Selix

New member
@Endercraft Ahh that's a shame, is there any way I can automate this one time permission giving process so that I don't have to manually do this? Because of this my macro becomes a one time thing and doesn't serve any purpose

Thanks
 

Endercraft

Moderator (& bug finder :D)
You can try UI Interaction but if MacroDroid doesn't start in foreground you'll never get that popup. You can technically do it if you have adb or root access.
 

Selix

New member
@Endercraft Could you please let me know how I can get the popup? Currently in order to get that popup If I do the below, I can capture that popup

1) Disable macro
2) Disable MacroDroid in the main menu on the top right
3) Close MacroDroid
4) Then open MacroDroid and enable MacroDroid first then enable Macro


If I do the above, most of the time I can catch that log one time popup message but sometimes its hit and miss

Thanks
 
Top