We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d29833 + afc5210 commit 7b5a927Copy full SHA for 7b5a927
core/java/android/app/Notification.java
@@ -1808,7 +1808,7 @@ public Notification build() {
1808
*
1809
* This class is a "rebuilder": It consumes a Builder object and modifies its behavior, like so:
1810
* <pre class="prettyprint">
1811
- * Notification noti = new Notification.BigPictureStyle(
+ * Notification noti = new Notification.BigTextStyle(
1812
* new Notification.Builder()
1813
* .setContentTitle("New mail from " + sender.toString())
1814
* .setContentText(subject)
0 commit comments