提交 415bdf5a 编写于 作者: dezng's avatar dezng 提交者: andrewleo

Added: add meizu pro 5 current_now path

上级 0edd2746
......@@ -74,6 +74,11 @@ public class CurrentInfo {
if (f.exists())
return getCurrentValue(f, true);
// meizu pro 5
f = new File("/sys/class/power_supply/bq2753x-0/current_now");
if (f.exists())
return getCurrentValue(f, true);
// galaxy note, galaxy s2
f = new File(BATT_CURRENT_ADC);
if (f.exists())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册