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

Commit 005e71f3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "profcollect: Reduce background processing job priority"

parents 9c27ef40 a26982f8
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());
        }