提交 fb42b875 编写于 作者: L Liu Xiao 提交者: GitHub

Merge pull request #65 from NetEase/develop

Added: add meizu pro 5 current_now path
......@@ -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.
先完成此消息的编辑!
想要评论请 注册