我用谷歌搜索并找不到定义。像往常一样,Android 文档非常“有启发性”。
4 回答
简而言之,它是您的锁屏。
PIN、图案、面部、密码锁或默认锁(滑动解锁),但它是您的锁屏。
Keyguard 基本上是指处理手机解锁的代码。就像几年前诺基亚手机上的键盘锁一样,只需使用触摸屏上的实用程序即可。
您可以在其中找到更多信息android/app
或com\android\internal\policy\impl
祝你好运 !
The lock screen works without keyguard i have tested it. The home button stops working and you can't get to task manager by holding the home key. I wish they didn't develop a new process when it used to be built into system ui or whatever. I don't see the need for the change and extra process
是的,我在这里也找到了它:http: //developer.android.com/tools/testing/activity_testing.html 这似乎是一种包括屏幕锁定的按键输入保护机制,但不仅包括它。根据这个网页,它还为Android中的自动测试框架定义了一些键输入限制。