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.
1 parent 0f4d5df commit 8768278Copy full SHA for 8768278
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