Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb18b360 authored by Eric Schmidt's avatar Eric Schmidt Committed by android-build-merger
Browse files

Merge "docs: Fixed background optmizations code snippet" into mnc-io-docs am:...

Merge "docs: Fixed background optmizations code snippet" into mnc-io-docs am: 0b8eb8c1 am: 76297d71 am: 9ad88ce3
am: 637ccf75

* commit '637ccf75':
  docs: Fixed background optmizations code snippet

Change-Id: Ib5bc0fb814758db2e2ad9352792085a9bc7fb74a
parents f85f7616 637ccf75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>