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 Original line Diff line number Diff line
// Signature format: 2.0
// Signature format: 2.0
package android.app {
package android.app {


  public class ActivityManager {
    method @Deprecated public static int getMaxNumPictureInPictureActions();
  }

  public class Notification implements android.os.Parcelable {
  public class Notification implements android.os.Parcelable {
    method @Deprecated public String getChannel();
    method @Deprecated public String getChannel();
    method public static Class<? extends android.app.Notification.Style> getNotificationStyleClass(String);
    method public static Class<? extends android.app.Notification.Style> getNotificationStyleClass(String);
+0 −6
Original line number Original line Diff line number Diff line
@@ -1019,12 +1019,6 @@ public class ActivityManager {
        return ActivityTaskManager.getMaxRecentTasksStatic();
        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.
     * Information you can set and retrieve about the current activity within the recent task list.
     */
     */
+0 −4
Original line number Original line Diff line number Diff line
// Signature format: 2.0
// Signature format: 2.0
package android.app {
package android.app {


  public class ActivityManager {
    method @Deprecated public static int getMaxNumPictureInPictureActions();
  }

  public class Notification implements android.os.Parcelable {
  public class Notification implements android.os.Parcelable {
    method @Deprecated public String getChannel();
    method @Deprecated public String getChannel();
    method public static Class<? extends android.app.Notification.Style> getNotificationStyleClass(String);
    method public static Class<? extends android.app.Notification.Style> getNotificationStyleClass(String);