开发者

Battery charging notification

开发者 https://www.devze.com 2023-02-22 05:59 出处:网络
Can we receive notification if phone bat开发者_如何学运维tery is start charging? Whether power source is an AC charger or USB cable.You can listen for the ACTION_BATTERY_CHANGED broadcast and check th

Can we receive notification if phone bat开发者_如何学运维tery is start charging? Whether power source is an AC charger or USB cable.


You can listen for the ACTION_BATTERY_CHANGED broadcast and check the power details using BATTERY_PLUGGED_[AC/USB] (Check details here).

0

精彩评论

暂无评论...
验证码 换一张
取 消