Adb Enable Automator
: The above Java code snippet demonstrates how to use UiAutomator in an Android instrumentation test.
adb shell settings put secure enabled_accessibility_services / alexzh.com adb enable automator
# Grant accessibility permission via ADB (Android 6+) adb shell settings put secure enabled_accessibility_services com.automator/.AccessibilityService : The above Java code snippet demonstrates how
adb shell automator disable