summaryrefslogtreecommitdiff
path: root/core/java/android/app/Notification.java
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-06-20 23:43:41 -0400
committerDaniel Sandler <dsandler@android.com>2012-06-21 00:15:01 -0400
commit064f9907c98283e76ed03fa65484fc6face22f92 (patch)
treecc1eaae4b7d69542aef005612b5ef569cc12161e /core/java/android/app/Notification.java
parent7a1a406b24c235ce59c13126d20cfb101c4e2777 (diff)
Unhide new methods on RemoteViews and Notification.
Change-Id: I0cbc270d9d7e9e728482c3b10650a32589636c9d
Diffstat (limited to 'core/java/android/app/Notification.java')
-rw-r--r--core/java/android/app/Notification.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java
index bb497c02719e..8220fd908c28 100644
--- a/core/java/android/app/Notification.java
+++ b/core/java/android/app/Notification.java
@@ -1733,7 +1733,6 @@ public class Notification implements Parcelable
}
/**
- * @hide
* Override the large icon when the big notification is shown.
*/
public BigPictureStyle bigLargeIcon(Bitmap b) {