Merge "docs: Fixed background optmizations code snippet" into mnc-io-docs am: 0b8eb8c1e8 am: 76297d719d
am: 9ad88ce3fe
* commit '9ad88ce3fe653ddd6cc52c82b15ed7285de08ac6':
docs: Fixed background optmizations code snippet
Change-Id: Ib5aeb12e19841f86c8d625d4ea2b1a3f0df4e766
This commit is contained in:
@@ -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 <package> RUN_IN_BACKGROUND ignore}
|
||||
{@code $ adb shell cmd appops set <package_name> 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 <package> RUN_IN_BACKGROUND allow}
|
||||
{@code $ adb shell cmd appops set <package_name> RUN_IN_BACKGROUND allow}
|
||||
</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user