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

This commit is contained in:
TreeHugger Robot
2022-09-02 21:41:12 +00:00
committed by Android (Google) Code Review

View File

@@ -205,6 +205,7 @@ public final class ProfcollectForwardingService extends SystemService {
.setRequiresDeviceIdle(true)
.setRequiresCharging(true)
.setPeriodic(BG_PROCESS_PERIOD)
.setPriority(JobInfo.PRIORITY_MIN)
.build());
}