diff options
| -rw-r--r-- | docs/html/preview/features/background-optimization.jd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/preview/features/background-optimization.jd b/docs/html/preview/features/background-optimization.jd index ec02328ad25e..3c33b9d3ff49 100644 --- a/docs/html/preview/features/background-optimization.jd +++ b/docs/html/preview/features/background-optimization.jd @@ -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 <package> 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 <package> RUN_IN_BACKGROUND allow} </pre> </li> -</ul>
\ No newline at end of file +</ul> |