如何延长 Android 手机的电池寿命?
我想了解每个应用程序的电池使用百分比以及 Android 中的可用电池电量。
I want to know about the battery usage percentage for each apps and available battery power in the android.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
以下方法用于在 Android 中节省电池寿命:
The following ways are used to save battery life in Android:
除了通过
BatteryManager
和粘性广播获取总电池电量之外,没有 API 可以获取您想要的信息。There are no APIs for getting the information you seek, other than gross battery level via
BatteryManager
and a sticky broadcast.为了获得最优化的使用和电池备份,请执行以下操作:-
需要。
的振动模式。
For the most optimised usage and battery backup do the following:-
needed.
of vibrate mode.
这里的提示已经很好了。我只是添加使用像 Chargie 这样的电池限制器来扩展电池容量。
但是,要测量每个应用程序的电池使用百分比和 Android 中的可用电池电量,您可以尝试以下第三方应用程序:
AccuBattery:提供有关电池健康状况、使用统计数据和充电模式的详细信息。
GSam 电池监视器:提供广泛的电池使用数据,并帮助您识别正在耗尽电池电量的应用程序。
电池高清:显示电池使用情况的实时信息,并可以估算电池在不同场景下的续航时间。
The tips here are already good. I'd just add using a battery limiter like Chargie to extend battery capacity.
However, for the measurement of battery usage percentage for each apps and available battery power in the android, you can try these third party apps:
AccuBattery: Provides detailed information about battery health, usage statistics, and charging patterns.
GSam Battery Monitor: Offers extensive battery usage data and helps you identify apps that are draining your battery.
Battery HD: Displays real-time information about battery usage and can estimate how long your battery will last under different scenarios.