文件名称:PowerMonitorManager - 副本.java
文件大小:6KB
文件格式:JAVA
更新时间:2023-08-24 05:39:18
Intent.ACTION_BA Intent.ACTION_PO android
PowerMonitorManager主要监测: //监测充电状态变化 intentFilter.addAction(Intent.ACTION_POWER_CONNECTED); intentFilter.addAction(Intent.ACTION_POWER_DISCONNECTED); //监测电量的重要变化 intentFilter.addAction(Intent.ACTION_BATTERY_LOW); intentFilter.addAction(Intent.ACTION_BATTERY_OKAY); //监测电量的变化 intentFilter.addAction(Intent.ACTION_BATTERY_CHANGED);