| 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 the selected gesture is performed on the fingerprint sensor. |
| | + | </pre> |
| | | | |
| − | This trigger will be triggered when the selected gesture is performed on the fingerprint sensor.
| + | ''' Options ''' |
| | | | |
| − | '''''Additional note''''' | + | * '''Swipe Up''' - Trigger fires when you swipe upward on the fingerprint sensor. |
| | | | |
| − | That not all devices support this trigger, as some do not implement the standard Android fingerprint gesture APIs.
| + | * '''Swipe Down''' - Trigger fires when you swipe downward on the fingerprint sensor. |
| | + | |
| | + | * '''Swipe Left''' - Trigger fires when you swipe left on the fingerprint sensor. |
| | + | |
| | + | * '''Swipe Right''' - Trigger fires when you swipe right on the fingerprint sensor. |
| | + | |
| | + | ''' Examples ''' |
| | + | |
| | + | Example 1: Quick notification panel access |
| | + | |
| | + | <pre class="trigger-style">Triggers |
| | + | |
| | + | Fingerprint Gesture [Swipe Down]</pre> |
| | + | <pre class="action-style">Actions |
| | + | |
| | + | Expand Notification Drawer</pre> |
| | + | |
| | + | Example 2: Previous/Next media controls |
| | + | |
| | + | <pre class="trigger-style">Triggers |
| | + | |
| | + | Fingerprint Gesture [Swipe Left]</pre> |
| | + | <pre class="action-style">Actions |
| | + | |
| | + | Media Controls: Previous Track</pre> |
| | + | |
| | + | <pre class="trigger-style">Triggers |
| | + | |
| | + | Fingerprint Gesture [Swipe Right]</pre> |
| | + | <pre class="action-style">Actions |
| | + | |
| | + | Media Controls: Next Track</pre> |
| | + | |
| | + | Example 3: Quick app launcher |
| | + | |
| | + | <pre class="trigger-style">Triggers |
| | + | |
| | + | Fingerprint Gesture [Swipe Up]</pre> |
| | + | <pre class="action-style">Actions |
| | + | |
| | + | Launch Application: Camera</pre> |
| | + | |
| | + | ''' Notes ''' |
| | + | |
| | + | * '''Important:''' Many devices cannot support this trigger, as they do not implement the standard Android fingerprint gesture APIs. |
| | + | * This trigger requires the MacroDroid Accessibility Service to be enabled. |
| | + | * If the accessibility service is already enabled when you first use this trigger, you may need to toggle it off and on again for fingerprint gesture detection to activate. |
| | + | * A notification will be shown the first time this trigger is configured, prompting you to toggle the accessibility service. |
| | + | * Fingerprint gesture support is only available on devices with rear-mounted fingerprint sensors that support gesture recognition. |
| | + | * This feature was added in Android 8.0 (API 26) but device support varies significantly. |
| | + | |
| | + | ''' Permissions Required ''' |
| | + | |
| | + | * Accessibility Service must be enabled |
| | + | |
| | + | ''' See Also ''' |
| | + | |
| | + | * [[Trigger:_Shake_Device|Shake Device Trigger]] |
| | + | * [[Trigger:_Flip_Device|Flip Device Trigger]] |
| | + | * [[Action:_Expand/Collapse_Status_Bar|Expand/Collapse Status Bar Action]] |