diff options
| author | Michael Wright <michaelwr@google.com> | 2020-03-30 17:19:16 +0100 |
|---|---|---|
| committer | Michael Wright <michaelwr@google.com> | 2020-03-30 19:02:37 +0100 |
| commit | b6ffb2293edf9758f80fdbd3f85204529feed95d (patch) | |
| tree | 7c2993dd84f995433767fe29bad5960727be0a5c /core/java/android/app/Notification.java | |
| parent | f51b6aa53a4e6b597b8f9c468eaaa8a4d6d9eb3a (diff) | |
Remove replaced BubbleMetadata methods from SDK.
Prior to finalization, we need to remove all methods which were
replaced but kept around for short-term compatibility purposes.
BubbleMetadata had a few methods that fell into this category that had
yet to be removed.
Bug: 152761169
Test: build
Change-Id: Ic9f8d600721e15119fc28d308ff1bc444d61e399
Diffstat (limited to 'core/java/android/app/Notification.java')
| -rw-r--r-- | core/java/android/app/Notification.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 31fc2d080c3d..e137acf4dc70 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -8859,6 +8859,7 @@ public class Notification implements Parcelable /** * @deprecated use {@link #getIntent()} instead. + * @removed Removed from the R SDK but was never publicly stable. */ @Nullable @Deprecated @@ -8886,6 +8887,7 @@ public class Notification implements Parcelable /** * @deprecated use {@link #getIcon()} instead. + * @removed Removed from the R SDK but was never publicly stable. */ @Nullable @Deprecated @@ -9089,6 +9091,7 @@ public class Notification implements Parcelable /** * @deprecated use {@link Builder#Builder(String)} instead. + * @removed Removed from the R SDK but was never publicly stable. */ @NonNull @Deprecated @@ -9104,6 +9107,7 @@ public class Notification implements Parcelable /** * @deprecated use {@link Builder#Builder(PendingIntent, Icon)} instead. + * @removed Removed from the R SDK but was never publicly stable. */ @NonNull @Deprecated |
