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

Commit aa153153 authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

Remove mentions of the small icon appearing in the content view

This old documentation is no longer accurate, since the small icon is now only used in the status bar and shelf.

Fix: 433918245
Bug: 371174789
Test: N/A
Flag: EXEMPT javadoc change
Change-Id: I9d25de2d34a92d09ce10854d399f2bddeda8d889
parent cb166f12
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -4541,7 +4541,7 @@ public class Notification implements Parcelable
    }
    /**
     * The small icon representing this notification in the status bar and content view.
     * The small icon representing this notification in the status bar.
     *
     * @return the small icon representing this notification
     *
@@ -5089,8 +5089,7 @@ public class Notification implements Parcelable
        /**
         * Set the small icon, which will be used to represent the notification in the
         * status bar and content view (unless overridden there by a
         * {@link #setLargeIcon(Bitmap) large icon}).
         * status bar.
         *
         * @param icon an Icon object to use
         * @see Notification#icon
@@ -5471,8 +5470,8 @@ public class Notification implements Parcelable
         * Add a large icon to the notification content view.
         *
         * <p>In the platform template, this image will be shown either on the right of the
         * notification, with an aspect ratio of up to 16:9, or (when the notification is grouped)
         * on the left in place of the {@link #setSmallIcon(Icon) small icon}.
         * notification, with an aspect ratio of up to 16:9, or on the left when the notification
         * is grouped.
         */
        @NonNull
        public Builder setLargeIcon(Bitmap b) {
@@ -5483,8 +5482,8 @@ public class Notification implements Parcelable
         * Add a large icon to the notification content view.
         *
         * <p>In the platform template, this image will be shown either on the right of the
         * notification, with an aspect ratio of up to 16:9, or (when the notification is grouped)
         * on the left in place of the {@link #setSmallIcon(Icon) small icon}.
         * notification, with an aspect ratio of up to 16:9, or on the left when the notification
         * is grouped.
         */
        @NonNull
        public Builder setLargeIcon(Icon icon) {