Accessibility Service - performGlobalAction() returns false

前端 未结 2 1467
醉话见心
醉话见心 2021-01-13 01:09

I am creating an Android Accessibility Service which calls performGlobalAction() at onStartCommand()

public int onStartCommand(Intent intent,          


        
2条回答
  •  误落风尘
    2021-01-13 01:38

    In the phone's system settings -> accesivility service I had to enable my app. After that it started to work.

提交回复
热议问题