diff options
| author | 2019-04-26 13:53:40 -0700 | |
|---|---|---|
| committer | 2019-04-26 14:00:20 -0700 | |
| commit | eae986e47411b285ed577e0e06f3f286c13d2df9 (patch) | |
| tree | e999cd2f85d274038817cd60e06d6514e28898e9 /api | |
| parent | 0c0106f580717f61aa05a5d6f0e8de256b6146bb (diff) | |
Remove bubble API added & deprecated in Q
Test: treehugger
Bug: 131428392
Change-Id: I272c830ab1f63e8de8ef6b03d74d7d60fad2388c
Diffstat (limited to 'api')
| -rw-r--r-- | api/current.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/api/current.txt b/api/current.txt index f62c689943d8..462ff82e93e3 100644 --- a/api/current.txt +++ b/api/current.txt @@ -5502,8 +5502,6 @@ package android.app { method @DimenRes public int getDesiredHeightResId(); method @NonNull public android.graphics.drawable.Icon getIcon(); method @NonNull public android.app.PendingIntent getIntent(); - method @Deprecated public boolean getSuppressInitialNotification(); - method @Deprecated public boolean getSuppressNotification(); method public boolean isNotificationSuppressed(); method public void writeToParcel(android.os.Parcel, int); field @NonNull public static final android.os.Parcelable.Creator<android.app.Notification.BubbleMetadata> CREATOR; @@ -5518,7 +5516,6 @@ package android.app { method @NonNull public android.app.Notification.BubbleMetadata.Builder setDesiredHeightResId(@DimenRes int); method @NonNull public android.app.Notification.BubbleMetadata.Builder setIcon(@NonNull android.graphics.drawable.Icon); method @NonNull public android.app.Notification.BubbleMetadata.Builder setIntent(@NonNull android.app.PendingIntent); - method @Deprecated @NonNull public android.app.Notification.BubbleMetadata.Builder setSuppressInitialNotification(boolean); method @NonNull public android.app.Notification.BubbleMetadata.Builder setSuppressNotification(boolean); } |