Android:如何在不充电时将电池统计信息添加到库存锁定屏幕?
安卓锁屏会在手机充电时显示电池状态;有谁知道如何让它在不充电时显示当前的电池状态?
这似乎并不是一个非常难完成的任务,我只是不确定我需要从哪里开始让事情进行下去。如果有人真的能帮助我,那就太棒了。
The stock Android lock screen will display your battery status while your phone is charging; does anyone know how to have it display your current battery status while it is not charging?
This doesn't seems like a super difficult task to accomplish, I'm just unsure where I need to start to get things going. It would be so awesome if someone would actually help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想查看 Android 版 myLock 的源代码。尽管源代码未链接在 Google 代码页上(为什么?),但可以在此处获取 根据 GPLv3 的条款。
You might want to take a look at the source of myLock for Android. Even though the source is not linked on the Google code page (why?) it is available here under the terms of the GPLv3.