Merge "Fix typo in Javadoc." am: 302d0925da am: a51258f289 am: 83fbe14648 am: 52ed9c533b

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

Change-Id: I5011af1fcca691bb7ff41cefab30a306e17e41b9
This commit is contained in:
Treehugger Robot
2022-01-04 17:44:22 +00:00
committed by Automerger Merge Worker

View File

@@ -125,7 +125,7 @@ public abstract class JobService extends Service {
* will not be invoked.
*
* @param params Parameters specifying info about this job, including the optional
* extras configured with {@link JobInfo.Builder#setExtras(android.os.PersistableBundle).
* extras configured with {@link JobInfo.Builder#setExtras(android.os.PersistableBundle)}.
* This object serves to identify this specific running job instance when calling
* {@link #jobFinished(JobParameters, boolean)}.
* @return {@code true} if your service will continue running, using a separate thread