From 4f9b0e7c24bf34e8cc96a8e692e5ffa7af11d45f Mon Sep 17 00:00:00 2001 From: Kweku Adams Date: Fri, 5 Nov 2021 20:39:18 +0000 Subject: [PATCH] Update documentation. Make the behavior a little bit more explicit. Change-Id: Ib3df76ba617a5fba11f2c14d2c2cb4ec629c372e --- apex/jobscheduler/framework/java/android/app/job/JobInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apex/jobscheduler/framework/java/android/app/job/JobInfo.java b/apex/jobscheduler/framework/java/android/app/job/JobInfo.java index 2b588ac666c33..630d5cef7311c 100644 --- a/apex/jobscheduler/framework/java/android/app/job/JobInfo.java +++ b/apex/jobscheduler/framework/java/android/app/job/JobInfo.java @@ -1203,7 +1203,7 @@ public class JobInfo implements Parcelable { /** * Indicate the priority for this job. The priority set here will be used to sort jobs - * for a single app and apply slightly different policies based on the priority. + * for the calling app and apply slightly different policies based on the priority. * The priority will NOT be used as a global sorting value to sort between * different app's jobs. Use this to inform the system about which jobs it should try * to run before other jobs. Giving the same priority to all of your jobs will result