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

Commit a8e24f24 authored by Christopher Tate's avatar Christopher Tate
Browse files

Fix '<' / '>' in JobService docs

Bug 27291714

Change-Id: I7e6ec24442bdd071d34faa980d201f4c747cadff
parent ddbad323
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