Merge "profcollect: Reduce background processing job priority"

This commit is contained in:
Treehugger Robot
2022-08-31 21:40:31 +00:00
committed by Gerrit 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());
}