Changes

no edit summary
Line 1: Line 1:  
<pre class="header-style">
 
<pre class="header-style">
This trigger will fire when the device has completed booting.
+
This trigger will fire whenever the device completes booting.
 +
</pre>
 +
 
 +
''' Options '''
 +
 
 +
This trigger has no configurable options. It simply fires once when the device finishes booting.
 +
 
 +
''' Examples '''
 +
 
 +
Example 1: Start favorite app after boot
 +
 
 +
  <pre class="trigger-style">Triggers
 +
 
 +
Device Boot</pre>
 +
  <pre class="action-style">Actions
 +
 
 +
Wait: 30 seconds
 +
Launch Application: Email</pre>
 +
 
 +
Example 2: Restore settings after reboot
 +
 
 +
  <pre class="trigger-style">Triggers
 +
 
 +
Device Boot</pre>
 +
  <pre class="action-style">Actions
 +
 
 +
Wait: 15 seconds
 +
WiFi On
 +
Bluetooth On
 +
Set Volume: Ringer 70%</pre>
 +
 
 +
''' Notes '''
 +
 
 +
* This trigger can only fire once the device has been unlocked. On devices with secure lock screens, the trigger will not fire until after the first unlock.
 +
* The trigger may occur sometime after the device appears fully booted, as MacroDroid and other applications require time to initialize.
 +
* Adding a Wait action at the start of your macro actions is recommended to ensure all system services are fully loaded.
 +
* This trigger does not require any special permissions.
 +
* The trigger fires once per boot cycle - it will not fire again until the device is restarted.
 +
 
 +
''' See Also '''
   −
Note that this trigger can only fire once the device has been unlocked and may occur some time after the device appears to be booted as it typically takes some time to startup various apps including MacroDroid.
+
* [[Trigger:_MacroDroid_Initialised|MacroDroid Initialised Trigger]]
</pre>
+
* [[Action:_Reboot_Device|Reboot Device Action]]