An application that can emulate clicks on a device in any other application
./gradlew assembleDebugAndroidTest
adb install -r app/build/outputs/apk/app-debug-androidTest.apk
adb shell am startservice -a com.tf.uiautomator.ACTION_CLICK_ITEM -e itemText "OK"