Android锁屏来源

发布于 2024-08-19 09:33:17 字数 1539 浏览 7 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

岁月流歌 2024-08-26 09:33:17

根据Google 的指示对源代码进行实际的完整检查。

从 Android 4.2 开始,keyguard 源位于 frameworks/base/policy/src/com/android/internal/policy/impl/keyguard。有一个 GitHub 上的镜像,您可以在线查看(我将此链接与 JB MR 1.1 版本挂钩,以防未来版本中位置再次发生变化)。

当这个问题最初被回答时,Android 2.3 及更低版本的锁屏源代码位于 frameworks/policies/base/phone/com/android/internal/policy/impl
您还可以在 GitHub 中在线查看这些源代码镜子;该源代码仍在当前的存储库中运行,但已经好几年没有更新了。

Do an actual full checkout of the source according to Google's directions.

As of Android 4.2, the keyguard source is at frameworks/base/policy/src/com/android/internal/policy/impl/keyguard. There's a mirror on GitHub you can look at online (I pegged this link to the JB MR 1.1 release in case the location changes again in a future release).

When this question was originally answered, Android 2.3 and lower had their lockscreen source at frameworks/policies/base/phone/com/android/internal/policy/impl.
You can also view these sources online in their GitHub mirror; that source is still kicking in the current repo, but hasn't been updated in several years.

千鲤 2024-08-26 09:33:17

对于那些使用 kitkat (android 4.4) 或以上源代码的人,代码似乎已移至

frameworks/base/packages/Keyguard

For those who are on kitkat (android 4.4) or above source code, it seems the code has been moved to

frameworks/base/packages/Keyguard
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文