Loading core/java/android/app/Notification.java +0 −2 Original line number Diff line number Diff line Loading @@ -7944,8 +7944,6 @@ public class Notification implements Parcelable * @hide */ public MessagingStyle setShortcutIcon(@Nullable Icon conversationIcon) { // TODO(b/228941516): This icon should be downscaled to avoid using too much memory, // see reduceImageSizes. mShortcutIcon = conversationIcon; return this; } Loading Loading
core/java/android/app/Notification.java +0 −2 Original line number Diff line number Diff line Loading @@ -7944,8 +7944,6 @@ public class Notification implements Parcelable * @hide */ public MessagingStyle setShortcutIcon(@Nullable Icon conversationIcon) { // TODO(b/228941516): This icon should be downscaled to avoid using too much memory, // see reduceImageSizes. mShortcutIcon = conversationIcon; return this; } Loading