Skip Navigation

Adb Enable Automator [TESTED]

Suppose you want to automate a task on your Android device that involves clicking a button and entering some text. You can use Automator with ADB to achieve this.

# To ENABLE an automator app: adb shell settings put secure enabled_accessibility_services com.example.app/.MyService adb shell settings put secure accessibility_enabled 1 adb enable automator