diff --git a/api/removed.txt b/api/removed.txt index 5a24f625d1461..58dbeb8a7d3fa 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 7a6f5584401d4..cba2d991a5d2f 100644 --- a/core/java/android/app/ActivityManager.java +++ b/core/java/android/app/ActivityManager.java @@ -1019,12 +1019,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 ba05a1b89988f..f2dfb84eb8fea 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);