Remove dead code.

ActivityManager.getMaxNumPictureInPictureActions() was marked @removed
in Oreo and isn't referenced anywhere else.

Bug: 135214188
Test: Android builds
Change-Id: I2dfa1e3e26a5c0cfc7bc03efc123b5e3f54fd6c4
This commit is contained in:
Kweku Adams
2020-06-04 09:25:15 -07:00
parent 508b765d33
commit b3075273fb
3 changed files with 0 additions and 14 deletions

View File

@@ -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<? extends android.app.Notification.Style> getNotificationStyleClass(String);

View File

@@ -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.
*/

View File

@@ -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<? extends android.app.Notification.Style> getNotificationStyleClass(String);