Merge "Remove dead code."

This commit is contained in:
Kweku Adams
2020-07-23 17:57:30 +00:00
committed by Android (Google) Code Review
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

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

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);