diff options
| author | 2023-01-18 09:57:35 +0000 | |
|---|---|---|
| committer | 2023-01-18 09:57:35 +0000 | |
| commit | f727cc0cd3f10ce860e2e4e2f5887235b948a301 (patch) | |
| tree | beca1c35d57172c3624e41d71d2975eb22195d9c | |
| parent | 44943f3c2a709b85d96937328c1e880d39746fa8 (diff) | |
| parent | 48648d3af5a591164ebb9defbcb4ae8cce57d87f (diff) | |
Merge "Remove obsolete TODO" into tm-qpr-dev am: 48648d3af5
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21010955
Change-Id: I7b01ed27913215bd13ed1e56422b6eea86e5fe57
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | core/java/android/app/Notification.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 7f4af8b3dc78..834d186eebb7 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -7948,8 +7948,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; } |