Android: Recognising Gestures when screen is locked

后端 未结 1 1485
被撕碎了的回忆
被撕碎了的回忆 2021-01-25 12:29

I am currently in the process of creating an MP3 player. In particular, the main mode of user input is in the form of (touchscreen) gestural input. I would like to add the funct

相关标签:
1条回答
  • 2021-01-25 13:19

    The recommended way is to make Lock Screen Widgets. These are widgets that allow you to interact with apps in the lockscreen such as the Google Play Music app.

    Check out the official tutorial here:

    http://developer.android.com/guide/topics/appwidgets/index.html#lockscreen

    0 讨论(0)
提交回复
热议问题