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

后端 未结 5 1062
再見小時候
再見小時候 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:45

    If you have the native source code, this is where Google has implemented the lock screen code

    androidgingerbread/frameworks/base/policy/src/com/android/internal/policy/impl/LockScreen.java

    This gets built into android.policy.jar. I would say the best way to achieve what you are trying is to write a new homescreen app with required features as stated above.

提交回复
热议问题