From 2253c02b803cdddb153653eddd15c25b421c45f3 Mon Sep 17 00:00:00 2001 From: Jing Ji Date: Sat, 22 Oct 2022 14:08:05 -0700 Subject: [PATCH] Highlight the javadoc about the changes in killBackgroundProcesses Bug: 239423414 Test: m offline-sdk-docs Change-Id: Ieed6af77da1bc31cfecc5272b9f97971db7ae7b2 --- core/java/android/app/ActivityManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/app/ActivityManager.java b/core/java/android/app/ActivityManager.java index dc71ce0e45907..74329a38057f5 100644 --- a/core/java/android/app/ActivityManager.java +++ b/core/java/android/app/ActivityManager.java @@ -3953,8 +3953,8 @@ public class ActivityManager { * processes to reclaim memory; the system will take care of restarting * these processes in the future as needed. * - *

On devices with a {@link Build.VERSION#SECURITY_PATCH} of 2022-12-01 or greater, - * third party applications can only use this API to kill their own processes. + *

On devices with a {@link Build.VERSION#SECURITY_PATCH} of 2022-12-01 or + * greater, third party applications can only use this API to kill their own processes. *

* * @param packageName The name of the package whose processes are to