From b6ffb2293edf9758f80fdbd3f85204529feed95d Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Mon, 30 Mar 2020 17:19:16 +0100 Subject: 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 --- core/java/android/app/Notification.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/java/android/app/Notification.java') 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 -- cgit v1.2.3