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

Commit 46a51cb1 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

* commit '9ad88ce3':
  docs: Fixed background optmizations code snippet

Change-Id: I1a68f03403c34993525487f604422367f35fc0a0
parents f4b91fe3 9ad88ce3
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>