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:
@@ -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);
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user