diff options
| author | 2022-10-23 00:20:48 +0000 | |
|---|---|---|
| committer | 2022-10-23 00:20:48 +0000 | |
| commit | d96ac86f44e59978b7eadef5ba75e688dd4b406f (patch) | |
| tree | 21d0af0e0095dd2e431f5707a4898a58135779d2 | |
| parent | 9f2cd101318b1de69989f527c1ec63d1eaa0b53d (diff) | |
| parent | 2253c02b803cdddb153653eddd15c25b421c45f3 (diff) | |
Merge "Highlight the javadoc about the changes in killBackgroundProcesses"
| -rw-r--r-- | core/java/android/app/ActivityManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/ActivityManager.java b/core/java/android/app/ActivityManager.java index dc71ce0e4590..74329a38057f 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. * - * <p>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. + * <p class="note">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. * </p> * * @param packageName The name of the package whose processes are to |