diff options
| author | 2024-02-27 11:09:31 +0000 | |
|---|---|---|
| committer | 2024-02-27 11:09:31 +0000 | |
| commit | c99012b6e0bc2336a2ea995347b48e7b99adecbe (patch) | |
| tree | 0650a66ea64d2b32945cb8ce5a9307eeadd86cca | |
| parent | 8801a720cde7e2770894fb77d0a48a0e85e35f53 (diff) | |
| parent | ddc69d098f03fce1bed20144f92b8743eddb1767 (diff) | |
Merge "Suppress HiddenAbstractMethod on Notification.Style.areNotificationsVisiblyDifferent" into main
| -rw-r--r-- | core/java/android/app/Notification.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index ced35549769a..bd5095809a80 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -7363,6 +7363,7 @@ public class Notification implements Parcelable /** * @hide */ + @SuppressWarnings("HiddenAbstractMethod") public abstract boolean areNotificationsVisiblyDifferent(Style other); /** |