Where can I find examples or tutorials about creating a custom android lockscreen?

后端 未结 5 1089
再見小時候
再見小時候 2021-01-01 07:13

I\'m interested about Android and have been trying to find an example or tutorial about creating a custom lockscreen.

I wanna create new lock screen for easy accessi

5条回答
  •  情话喂你
    2021-01-01 07:40

    I wrote a post about How to write simple Android Lock Screen

    In short, you can run a service that contains BroadcastReceiver that will listen to any event of Intent.ACTION_SCREEN_OFF, then you can draw your custom Lock Screen on top of everything by using android.permission.SYSTEM_ALERT_WINDOW.

提交回复
热议问题