Merge "Fix battery robo test" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fc48118694
@@ -82,7 +82,7 @@ public class BatteryMeterView extends ImageView {
|
||||
}
|
||||
|
||||
public int getBatteryLevel() {
|
||||
return mDrawable.getLevel();
|
||||
return mDrawable.getBatteryLevel();
|
||||
}
|
||||
|
||||
public void setCharging(boolean charging) {
|
||||
|
Reference in New Issue
Block a user