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

Commit 2f24ca6f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "profcollect: Reduce background processing job priority" into tm-qpr-dev

parents 9c9de839 ab991a63
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -205,6 +205,7 @@ public final class ProfcollectForwardingService extends SystemService {
                    .setRequiresDeviceIdle(true)
                    .setRequiresCharging(true)
                    .setPeriodic(BG_PROCESS_PERIOD)
                    .setPriority(JobInfo.PRIORITY_MIN)
                    .build());
        }