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

Commit bc56f279 authored by Hemal Patel's avatar Hemal Patel Committed by android-build-merger
Browse files

Merge "Docs: Fixed a wrong adb command example" into mnc-io-docs am: 473ef934

am: 5967692c

* commit '5967692c':
  Docs: Fixed a wrong adb command example

Change-Id: Ia2bee3ea8f66ef9a86006aed00534944979985b4
parents f42a132d 5967692c
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -379,7 +379,7 @@ public boolean onStartJob(JobParameters params) {


  <li style="list-style: none; display: inline">
  <li style="list-style: none; display: inline">
<pre class="no-pretty-print">
<pre class="no-pretty-print">
{@code $ adb shell cmd appops set RUN_IN_BACKGROUND ignore}
{@code $ adb shell cmd appops set &lt;package&gt; RUN_IN_BACKGROUND ignore}
</pre>
</pre>
  </li>
  </li>


@@ -389,7 +389,7 @@ public boolean onStartJob(JobParameters params) {


  <li style="list-style: none; display: inline">
  <li style="list-style: none; display: inline">
<pre class="no-pretty-print">
<pre class="no-pretty-print">
{@code $ adb shell cmd appops set RUN_IN_BACKGROUND allow}
{@code $ adb shell cmd appops set &lt;package&gt; RUN_IN_BACKGROUND allow}
</pre>
</pre>
  </li>
  </li>
</ul>
</ul>