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

Commit 30526d98 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Also clear the foreground service usage time for BatteryDiffEntry...

Merge "Also clear the foreground service usage time for BatteryDiffEntry should hide background usage time." into main
parents cb7b1015 c3b20d3a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -169,6 +169,7 @@ public class BatteryDiffData {
            }
            if (packageName != null && hideBackgroundUsageTimeSet.contains(packageName)) {
                entry.mBackgroundUsageTimeInMs = 0;
                entry.mForegroundServiceUsageTimeInMs = 0;
            }
        }
    }
+59 −0

File changed.

Preview size limit exceeded, changes collapsed.