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

Commit 39e00e12 authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
Browse files

Merge "Remove @removed method" into oc-dev am: bbcf5fba

am: 211d99d1

Change-Id: I9400d1f49af2e35771d402f2879c85e29e4604f0
parents 56f71516 211d99d1
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -5,10 +5,6 @@ package android.app {
    method public deprecated void setLatestEventInfo(android.content.Context, java.lang.CharSequence, java.lang.CharSequence, android.app.PendingIntent);
  }

  public static class Notification.Builder {
    method public deprecated android.app.Notification.Builder chooseBadgeIcon(int);
  }

  public final class RecoverableSecurityException extends java.lang.SecurityException implements android.os.Parcelable {
    method public deprecated void showAsNotification(android.content.Context);
  }
+0 −4
Original line number Diff line number Diff line
@@ -5,10 +5,6 @@ package android.app {
    method public deprecated void setLatestEventInfo(android.content.Context, java.lang.CharSequence, java.lang.CharSequence, android.app.PendingIntent);
  }

  public static class Notification.Builder {
    method public deprecated android.app.Notification.Builder chooseBadgeIcon(int);
  }

  public final class RecoverableSecurityException extends java.lang.SecurityException implements android.os.Parcelable {
    method public deprecated void showAsNotification(android.content.Context);
  }
+0 −4
Original line number Diff line number Diff line
@@ -5,10 +5,6 @@ package android.app {
    method public deprecated void setLatestEventInfo(android.content.Context, java.lang.CharSequence, java.lang.CharSequence, android.app.PendingIntent);
  }

  public static class Notification.Builder {
    method public deprecated android.app.Notification.Builder chooseBadgeIcon(int);
  }

  public final class RecoverableSecurityException extends java.lang.SecurityException implements android.os.Parcelable {
    method public deprecated void showAsNotification(android.content.Context);
  }
+0 −15
Original line number Diff line number Diff line
@@ -2728,21 +2728,6 @@ public class Notification implements Parcelable
            return this;
        }

        /**
         * @removed
         * Sets which icon to display as a badge for this notification.
         *
         * Must be one of {@link #BADGE_ICON_NONE}, {@link #BADGE_ICON_SMALL},
         * {@link #BADGE_ICON_LARGE}.
         *
         * Note: This value might be ignored, for launchers that don't support badge icons.
         */
        @Deprecated
        public Builder chooseBadgeIcon(int icon) {
            mN.mBadgeIcon = icon;
            return this;
        }

        /**
         * Sets which icon to display as a badge for this notification.
         *