Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to customize Android's LockScreen?

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

WidgetLocker Lockscreen
enter image description here

Flyscreen
enter image description here

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?

like image 526
Aloong Avatar asked Apr 29 '11 08:04

Aloong


1 Answers

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.

like image 187
Mark Allison Avatar answered Nov 07 '22 11:11

Mark Allison