-3

I want to make android lock screen but dont know how to implement and start. Please give me some lock screen example(not pattern n password lock) and instruction to make lock screen. and also give me code to apply own made lock screen as a default lock on android.

and also give me that how to make home screen.

1 Answers1

2

The source code for the Android lock screen can be found in the platform/frameworks/policies/base Git repository, in the phone/com/android/internal/policy/impl/LockScreen.java file.

You can read the instructions here

You can read the source file here

Linga
  • 10,379
  • 10
  • 52
  • 104