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

am: 7f220b8ec5

* commit '7f220b8ec51386f0c19720293d7c9e372e91eb00':
  Fix '<' / '>' in JobService docs
This commit is contained in:
Christopher Tate
2016-02-26 02:00:40 +00:00
committed by android-build-merger

View File

@@ -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