How to customize Android's LockScreen?

久未见 提交于 2019-11-27 16:37:35

问题


I know that there is already some apps can do this, such as:

WidgetLocker Lockscreen

Flyscreen

I want to know how to do this in my app? What classes I can use? Or what articles I should read? I don't want to change the Android's source code.

And I wonder if it will be different to deal with when the screen is locked by draw pattern?


回答1:


Have a look at this answer. You need to write your own home screen app which will implement the lockscreen behaviour that you require. There is sample code for writing your own home screen app in the Android SDK.



来源:https://stackoverflow.com/questions/5829671/how-to-customize-androids-lockscreen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!