Difference between revisions of "Trigger: Application Launched/Closed"

Tags: Mobile web edit Mobile edit Advanced mobile edit
Tags: Mobile web edit Mobile edit Advanced mobile edit
Line 25: Line 25:
 
<pre style="color: #3498DB">
 
<pre style="color: #3498DB">
 
Enable screen rotation.
 
Enable screen rotation.
 +
</pre>
 +
<pre style="color: Green">
 +
</pre>
 +
'''Example Usage:'''<br/>
 +
When closing YouTube the screen rotation will be deactivate
 +
<pre style="color: Red">
 +
Application closed (YouTube)
 +
</pre>
 +
<pre style="color: #3498DB">
 +
Disable screen rotation.
 
</pre>
 
</pre>
 
<pre style="color: Green">
 
<pre style="color: Green">
 
</pre>
 
</pre>

Revision as of 23:33, 20 October 2022

This trigger fires when an application is launched or closed.

There are also two methods, due to recent changes to Android, there is a faster method with the use of accessibility services, however it is still possible to avoid accessibility services by ticking the box 'force legacy system'

Accessibility can be granted by following the steps in the popup or by pressing the notification that appears from MacroDroid.

Any other issues, please consult the Troubleshooting section under the left hamburger menu from the MacroDroid home screen.
Supported configurations:

Force legacy mechanism:
Try this option if you have issues with the new application launched trigger implementation, or don't want to enable Accessibility access for MacroDroid.

Prevent notifications interfering:
Swiping down the status bar may interfere with this trigger. This option prevents this interference but may cause issues with the trigger on some devices.

Example Usage:
When starting YouTube the screen rotation will be activated

Application launched (YouTube)
Enable screen rotation.

Example Usage:
When closing YouTube the screen rotation will be deactivate

Application closed (YouTube)
Disable screen rotation.