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

am: 473ef93497

* commit '473ef93497256f5c985f88b56c884dc89a72487d':
  Docs: Fixed a wrong adb command example

Change-Id: Id44b8226104fabd0395c21e7d1fd716ade1a88d4
This commit is contained in:
Hemal Patel
2016-05-18 02:04:19 +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>