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

Commit 5e457b70 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Increase SchedulingPolicyService.PRIORITY_MAX to 3"

parents f8dcee51 430c2542
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ public class SchedulingPolicyService extends ISchedulingPolicyService.Stub {

    // Minimum and maximum values allowed for requestPriority parameter prio
    private static final int PRIORITY_MIN = 1;
    private static final int PRIORITY_MAX = 2;
    private static final int PRIORITY_MAX = 3;

    public SchedulingPolicyService() {
    }