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

Commit 556dff9c authored by Eric Schmidt's avatar Eric Schmidt
Browse files

docs: Fixed background optmizations code snippet

Bug: 28341003
Change-Id: I42b26f52ac6f17b684a8a9673b5acd9d9e647a7f
parent 1ce22794
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>