diff --git a/api/removed.txt b/api/removed.txt index 985b92bef4ae2..2521534ce91c7 100644 --- a/api/removed.txt +++ b/api/removed.txt @@ -1,10 +1,6 @@ // Signature format: 2.0 package android.app { - public class ActivityManager { - method @Deprecated public static int getMaxNumPictureInPictureActions(); - } - public class Notification implements android.os.Parcelable { method @Deprecated public String getChannel(); method public static Class getNotificationStyleClass(String); diff --git a/core/java/android/app/ActivityManager.java b/core/java/android/app/ActivityManager.java index 39ee345fffaa7..8c4f743b47967 100644 --- a/core/java/android/app/ActivityManager.java +++ b/core/java/android/app/ActivityManager.java @@ -1053,12 +1053,6 @@ public class ActivityManager { return ActivityTaskManager.getMaxRecentTasksStatic(); } - /** @removed */ - @Deprecated - public static int getMaxNumPictureInPictureActions() { - return 3; - } - /** * Information you can set and retrieve about the current activity within the recent task list. */ diff --git a/non-updatable-api/removed.txt b/non-updatable-api/removed.txt index fb0e5c7867b7b..6d99ccd054c7e 100644 --- a/non-updatable-api/removed.txt +++ b/non-updatable-api/removed.txt @@ -1,10 +1,6 @@ // Signature format: 2.0 package android.app { - public class ActivityManager { - method @Deprecated public static int getMaxNumPictureInPictureActions(); - } - public class Notification implements android.os.Parcelable { method @Deprecated public String getChannel(); method public static Class getNotificationStyleClass(String);