I am creating an Android Accessibility Service which calls performGlobalAction() at onStartCommand()
onStartCommand()
public int onStartCommand(Intent intent,
try Thread.sleep(1000) before performGlobalAction()
Thread.sleep(1000)
performGlobalAction()