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

Commit aa498d80 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Note that user engagement replenishes EJ quota." into sc-dev am: f1f615d9

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14332955

Change-Id: I3f16255a37d689ab571adb28f2d8b01e8569ba53
parents 67906f5a f1f615d9
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -1513,6 +1513,11 @@ public class JobInfo implements Parcelable {
         * available quota (and the job will not be successfully scheduled).
         * available quota (and the job will not be successfully scheduled).
         *
         *
         * <p>
         * <p>
         * Expedited job quota will replenish over time and as the user interacts with the app,
         * so you should not have to worry about running out of quota because of processing from
         * frequent user engagement.
         *
         * <p>
         * Expedited jobs may only set network, storage-not-low, and persistence constraints.
         * Expedited jobs may only set network, storage-not-low, and persistence constraints.
         * No other constraints are allowed.
         * No other constraints are allowed.
         *
         *