如何自定义Android的锁屏?
我知道已经有一些应用程序可以做到这一点,例如:
我想知道如何在我的应用程序中执行此操作?我可以使用哪些课程?或者我应该阅读哪些文章?我不想更改 Android 的源代码。
我想知道当屏幕被绘制图案锁定时,处理是否会有所不同?
I know that there is already some apps can do this, such as:
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个答案。您需要编写自己的主屏幕应用程序来实现您所需的锁屏行为。有示例代码可用于在 Android 中编写您自己的主屏幕应用 SDK。
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.