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

Commit 5695dc7a authored by Kweku Adams's avatar Kweku Adams
Browse files

Fix EJ documentation.

1. Clarify network access behavior
2. Reword upper limit language

Bug: 171305774
Test: N/A
Change-Id: Ib33ac75eed0a5c734a7f789fdef6f8c3e521897f
parent 672f4667
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1462,7 +1462,7 @@ public class JobInfo implements Parcelable {
         * <ol>
         *     <li>Run as soon as possible</li>
         *     <li>Be less restricted during Doze and battery saver</li>
         *     <li>Have the same network access as foreground services</li>
         *     <li>Bypass Doze, app standby, and battery saver network restrictions</li>
         *     <li>Be less likely to be killed than regular jobs</li>
         *     <li>Be subject to background location throttling</li>
         * </ol>
@@ -1483,7 +1483,7 @@ public class JobInfo implements Parcelable {
         *
         * <p>
         * Assuming all constraints remain satisfied (including ideal system load conditions),
         * expedited jobs are guaranteed to have a minimum allowed runtime of 1 minute. If your
         * expedited jobs will have a maximum execution time of at least 1 minute. If your
         * app has remaining expedited job quota, then the expedited job <i>may</i> potentially run
         * longer until remaining quota is used up. Just like with regular jobs, quota is not
         * consumed while the app is on top and visible to the user.