Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e99f810c authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

Adjust for changing BatteryStats.Uid API

Test: flash the build and go to Settings/Battery
Change-Id: Iaf57d98bde7ac4978bcd71f0772970e1446e845d
parent d59e5f20
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -389,4 +389,9 @@ public class FakeUid extends Uid {
    public long[] getScreenOffCpuFreqTimes(int procState, int which) {
        return null;
    }

    @Override
    public double getProportionalSystemServiceUsage() {
        return 0;
    }
}