diff options
| -rw-r--r-- | core/java/android/app/ActivityManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/ActivityManager.java b/core/java/android/app/ActivityManager.java index 87fe215edd85..3c792a3ef5f9 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. * - * <p class="note">On devices with a {@link Build.VERSION#SECURITY_PATCH} of 2022-12-01 or + * <p class="note">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. * </p> * |