Merge "docs: Fixed background optmizations code snippet" into mnc-io-docs
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