JobScheduler: Fix doc build break

Change-Id: I769da7274fe5e3f64a47c82f893afeee6a11254e
This commit is contained in:
Eino-Ville Talvala
2014-09-03 13:40:16 -07:00
parent 8364885a7d
commit 93b47603bf

View File

@ -29,7 +29,8 @@ import android.content.Context;
* JobScheduler with {@link #schedule(JobInfo)}. When the criteria declared are met, the
* system will execute this job on your application's {@link android.app.job.JobService}.
* You identify which JobService is meant to execute the logic for your job when you create the
* JobInfo with {@link android.app.job.JobInfo.Builder#Builder(int, android.content.ComponentName)}.
* JobInfo with
* {@link android.app.job.JobInfo.Builder#JobInfo.Builder(int,android.content.ComponentName)}.
* </p>
* <p>
* The framework will be intelligent about when you receive your callbacks, and attempt to batch