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

am: eb18b3603c

* commit 'eb18b3603ce4699fa91d7c0752c6e846b19f3436':
  docs: Fixed background optmizations code snippet

Change-Id: I458721dc5ecf92d49a8796014dc565c3fb992758
This commit is contained in:
Eric Schmidt
2016-06-03 03:22:49 +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>