Merge "Docs: Fixed a wrong adb command example" into mnc-io-docs am: 473ef93497

am: 5967692ce1

* commit '5967692ce1f5b36b411dcf90995b16b2b67b01e1':
  Docs: Fixed a wrong adb command example

Change-Id: Ia2bee3ea8f66ef9a86006aed00534944979985b4
This commit is contained in:
Hemal Patel
2016-05-18 02:06:54 +00:00
committed by android-build-merger

View File

@@ -379,7 +379,7 @@ public boolean onStartJob(JobParameters params) {
<li style="list-style: none; display: inline"> <li style="list-style: none; display: inline">
<pre class="no-pretty-print"> <pre class="no-pretty-print">
{@code $ adb shell cmd appops set RUN_IN_BACKGROUND ignore} {@code $ adb shell cmd appops set &lt;package&gt; RUN_IN_BACKGROUND ignore}
</pre> </pre>
</li> </li>
@@ -389,7 +389,7 @@ public boolean onStartJob(JobParameters params) {
<li style="list-style: none; display: inline"> <li style="list-style: none; display: inline">
<pre class="no-pretty-print"> <pre class="no-pretty-print">
{@code $ adb shell cmd appops set RUN_IN_BACKGROUND allow} {@code $ adb shell cmd appops set &lt;package&gt; RUN_IN_BACKGROUND allow}
</pre> </pre>
</li> </li>
</ul> </ul>