Loading core/java/android/app/ActivityManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/java/android/app/ActivityManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading