检测 iPhone 显示电池警告
有没有办法检测是否显示电池电量警告?我向 UIApplicationDidBecomeActiveNotification 注册了一个通知,我想知道它是否是由于电池电量不足警告而触发的,以便我可以以不同的方式处理它。
Is there a way to detect whether a battery level warning was shown? I registered a notification to UIApplicationDidBecomeActiveNotification and I want to know whether it was triggered due to a low battery warning so I can handle it differently.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过编程方式监控电池电量,当电量达到一定水平时,您可以处理您的事件。
You can monitor the battery level programmatically, and when it reaches a certain level, you can handle your event then.