Fix EJ documentation.

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

Bug: 171305774
Test: N/A
Change-Id: Ib33ac75eed0a5c734a7f789fdef6f8c3e521897f
This commit is contained in:
Kweku Adams
2021-03-22 10:59:32 -07:00
parent 672f466713
commit 5695dc7a3b

View File

@@ -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.