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

Commit 69d0fcbf 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:...

Merge "Docs: Fixed a wrong adb command example" into mnc-io-docs am: 473ef934 am: 5967692c am: bc56f279 am: ca5fd7ca
am: aba02993

* commit 'aba02993':
  Docs: Fixed a wrong adb command example

Change-Id: I33778ed7542ef0ac879382fec2c73848792abaf1
parents 6ccd85b9 aba02993
Loading
Loading
Loading
Loading
+3 −3
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 RUN_IN_BACKGROUND ignore}
{@code $ adb shell cmd appops set &lt;package&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 RUN_IN_BACKGROUND allow}
{@code $ adb shell cmd appops set &lt;package&gt; RUN_IN_BACKGROUND allow}
</pre>
  </li>
</ul>