version:
fix: update:添加注释
This commit is contained in:
@@ -1473,6 +1473,11 @@ public class Utils {
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取电池容量
|
||||
* @param context
|
||||
* @return
|
||||
*/
|
||||
public static double getBatterymAh(Context context) {
|
||||
Object mPowerProfile;
|
||||
double batteryCapacity = 0; //电池的容量mAh
|
||||
|
||||
Reference in New Issue
Block a user