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

Commit 7f220b8e authored by Chris Tate's avatar Chris Tate Committed by Android (Google) Code Review
Browse files

Merge "Fix '<' / '>' in JobService docs" into nyc-dev

parents 76e23342 a8e24f24
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -46,10 +46,10 @@ public abstract class JobService extends Service {
     * Job services must be protected with this permission:
     *
     * <pre class="prettyprint">
     *     <service android:name="MyJobService"
     *              android:permission="android.permission.BIND_JOB_SERVICE" >
     *     &#60;service android:name="MyJobService"
     *              android:permission="android.permission.BIND_JOB_SERVICE" &#62;
     *         ...
     *     </service>
     *     &#60;/service&#62;
     * </pre>
     *
     * <p>If a job service is declared in the manifest but not protected with this