Changes

no edit summary
Line 1: Line 1: −
<span style="color: #B22A2A; font-size: 24px; display: inline-block; margin-top: 15px; margin-bottom: 0px;"><strong>About this trigger</strong></span>
+
<pre class="header-style>
 +
This trigger will fire when an application becomes the foreground application (launched) or when it is no longer the foreground app (closed).
 +
</pre>
 +
 
 +
'''Example Usage'''<br/><br/>
 +
When the battery saver is enabled, lower the brightness and disable Bluetooth and Mobile data.
 +
<pre class="trigger-style">
 +
Triggers
 +
 
 +
Battery saver state (Enabled)
 +
</pre>
 +
<pre class="action-style">
 +
Actions
   −
This trigger will fire when an application becomes the foreground application (launched) or when it is no longer the foreground app (closed).
+
Brightness 15%
 +
Disable bluetooth
 +
Disable mobile data
 +
</pre>