Skip to content

Commit 7b5a927

Browse files
dsandlerAndroid Git Automerger
authored andcommitted
am afc5210: Merge "Fix docs to refer to the correct class." into jb-mr1-dev
* commit 'afc5210a811da3824d75e32d998370203aba1968': Fix docs to refer to the correct class.
2 parents 0d29833 + afc5210 commit 7b5a927

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)