A simple guide to connecting Notch-Touch with Tasker.
Trigger a complex Tasker sequence simply by tapping your camera cutout.
You want to tap your notch when leaving the house to trigger a "Lockdown" routine that turns off all your smart lights, locks the front door, and sets your phone to vibrate.
Dynamically disable or enable specific notch gestures in the background.
You are reading a book on the Kindle app or scrolling through Instagram, and you don't want an accidental tap on the notch to interrupt you. Tasker can automatically send a 'disable' intent when those specific apps launch, and re-enable them when you leave the app.
Instantly overwrite a gesture's assigned action without ever opening the Notch-Touch app.
You want your "Double Tap" gesture to open the Camera app during the day, but you want it to toggle the Flashlight after 8:00 PM. Tasker can send an intent at 8:00 PM to seamlessly reprogram the gesture's memory.
Use these exact strings for the action_name Extra.
| Action String (action_name) | What it does |
|---|---|
ACTION_NONE | Does nothing (Clears the gesture) |
ACTION_OPEN_APP | Opens a specific App *Must be pre-configured in Notch-Touch |
ACTION_RUN_TASKER | Runs a Tasker Sequence *Must be pre-configured in Notch-Touch |
ACTION_OPEN_CAMERA | Opens the Camera |
ACTION_SCREENSHOT | Takes a screenshot |
ACTION_OPEN_NOTCH_MENU | Opens the Notch Menu |
ACTION_OPEN_WIDGETS | Opens the Widget Hub |
ACTION_BACK | Simulates the Back button |
ACTION_HOME | Simulates the Home button |
ACTION_RECENTS | Opens Recent Apps |
ACTION_NEXT_TRACK | Skips to the next song |
ACTION_PREVIOUS_TRACK | Returns to the previous song |
ACTION_PLAY_PAUSE | Toggles media Play/Pause |
ACTION_VOLUME_UP | Increases volume |
ACTION_VOLUME_DOWN | Decreases volume |
ACTION_BRIGHTNESS_UP | Increases screen brightness |
ACTION_BRIGHTNESS_DOWN | Decreases screen brightness |
ACTION_TOGGLE_FLASHLIGHT | Toggles the flashlight |
ACTION_LOCK_SCREEN | Locks the phone screen |
ACTION_LAUNCH_ASSISTANT | Launches the digital assistant |
ACTION_TOGGLE_RINGER | Toggles Silent/Ringer mode |