Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d13ed48 authored by Kweku Adams's avatar Kweku Adams Committed by Android (Google) Code Review
Browse files

Merge "Remove dead code."

parents 5e75662f b3075273
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
// 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);
+0 −6
Original line number Diff line number Diff line
@@ -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.
     */
+0 −4
Original line number Diff line number Diff line
// 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);