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

Commit b3075273 authored by Kweku Adams's avatar Kweku Adams
Browse files

Remove dead code.

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

Bug: 135214188
Test: Android builds
Change-Id: I2dfa1e3e26a5c0cfc7bc03efc123b5e3f54fd6c4
parent 508b765d
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
@@ -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.
     */
+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);