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

am: bc56f279fa

* commit 'bc56f279fa11e37fda24d5555522135a9c4120ca':
  Docs: Fixed a wrong adb command example

Change-Id: Iead27999fcbb9a51a5da50f1db2d956c4380ee9c
This commit is contained in:
Hemal Patel
2016-05-18 02:12:22 +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">
<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>
</li>
@@ -389,7 +389,7 @@ public boolean onStartJob(JobParameters params) {
<li style="list-style: none; display: inline">
<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>
</li>
</ul>
</ul>