Merge "docs: Fixed background optmizations code snippet" into mnc-io-docs am: 0b8eb8c1e8 am: 76297d719d am: 9ad88ce3fe

am: 46a51cb108

* commit '46a51cb10804374700647399635db0ffb1bfcfbe':
  docs: Fixed background optmizations code snippet

Change-Id: I95eaace44c1b0385f5d97ef3ddf726ae346551a0
This commit is contained in:
Eric Schmidt
2016-06-03 03:14:18 +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 &lt;package&gt; RUN_IN_BACKGROUND ignore}
{@code $ adb shell cmd appops set &lt;package_name&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 &lt;package&gt; RUN_IN_BACKGROUND allow}
{@code $ adb shell cmd appops set &lt;package_name&gt; RUN_IN_BACKGROUND allow}
</pre>
</li>
</ul>