Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87682789 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Fix docs to refer to the correct class.

Bug: 6676920
Change-Id: Ib79635cb3ff464b4686268fcf64b99cacaa9e627
parent 0f4d5df5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1808,7 +1808,7 @@ public class Notification implements Parcelable
     * 
     * This class is a "rebuilder": It consumes a Builder object and modifies its behavior, like so:
     * <pre class="prettyprint">
     * Notification noti = new Notification.BigPictureStyle(
     * Notification noti = new Notification.BigTextStyle(
     *      new Notification.Builder()
     *         .setContentTitle(&quot;New mail from &quot; + sender.toString())
     *         .setContentText(subject)