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

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

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

* commit 'afc5210a':
  Fix docs to refer to the correct class.
parents 62e2374b afc5210a
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)