diff --git a/api/current.txt b/api/current.txt index 29abf6c5964cf..71d77dfeab60b 100644 --- a/api/current.txt +++ b/api/current.txt @@ -4697,6 +4697,7 @@ package android.app { field public android.os.Bundle extras; field public int flags; field public android.app.PendingIntent fullScreenIntent; + field public android.widget.RemoteViews headsUpContentView; field public int icon; field public int iconLevel; field public android.graphics.Bitmap largeIcon; diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index c7fdbed43797c..acf7ade81ddf6 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -247,7 +247,6 @@ public class Notification implements Parcelable /** - * @hide * A medium-format version of {@link #contentView}, providing the Notification an * opportunity to add action buttons to contentView. At its discretion, the system UI may * choose to show this as a heads-up notification, which will pop up so the user can see