Skip to content

Commit 8768278

Browse files
committed
Fix docs to refer to the correct class.
Bug: 6676920 Change-Id: Ib79635cb3ff464b4686268fcf64b99cacaa9e627
1 parent 0f4d5df commit 8768278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/app/Notification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ public Notification build() {
18081808
*
18091809
* This class is a "rebuilder": It consumes a Builder object and modifies its behavior, like so:
18101810
* <pre class="prettyprint">
1811-
* Notification noti = new Notification.BigPictureStyle(
1811+
* Notification noti = new Notification.BigTextStyle(
18121812
* new Notification.Builder()
18131813
* .setContentTitle(&quot;New mail from &quot; + sender.toString())
18141814
* .setContentText(subject)

0 commit comments

Comments
 (0)