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

Commit ccbfd617 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am 7b5a9276: am afc5210a: Merge "Fix docs to refer to the correct class." into jb-mr1-dev

* commit '7b5a9276':
  Fix docs to refer to the correct class.
parents 6ee0c2b8 7b5a9276
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)