Merge "profcollect: Reduce background processing job priority"
This commit is contained in:
@@ -205,6 +205,7 @@ public final class ProfcollectForwardingService extends SystemService {
|
||||
.setRequiresDeviceIdle(true)
|
||||
.setRequiresCharging(true)
|
||||
.setPeriodic(BG_PROCESS_PERIOD)
|
||||
.setPriority(JobInfo.PRIORITY_MIN)
|
||||
.build());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user