How to capture key events inside a service?

后端 未结 5 2000
天命终不由人
天命终不由人 2021-01-05 12:51

I want to be able to capture key events inside a service I am writing. I can do this inside an activity without problems, but all my attemps to get this working in a service

5条回答
  •  不知归路
    2021-01-05 13:40

    You can broadcast the keyEvent from framework and handle the broadcast in your Service. But you need change the code in framework for this.

提交回复
热议问题