From efe6e800916335af474dc039488a1d30b5f2e2dd Mon Sep 17 00:00:00 2001 From: Jing Ji Date: Mon, 6 Mar 2023 16:46:35 -0800 Subject: [PATCH] Update the java doc for the ActivityManager#killBackgroundProcesses ..with the correct security patch level. Bug: 270049349 Test: m offline-sdk-docs Change-Id: I1fb4a362e095e8621c41f563172a8b2390138484 --- core/java/android/app/ActivityManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/ActivityManager.java b/core/java/android/app/ActivityManager.java index 87fe215edd852..3c792a3ef5f9d 100644 --- a/core/java/android/app/ActivityManager.java +++ b/core/java/android/app/ActivityManager.java @@ -4208,7 +4208,7 @@ 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 + *

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

*