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

Commit 30646d87 authored by Christoph Studer's avatar Christoph Studer Committed by Android Git Automerger
Browse files

am 67142495: Merge "Fix MediaStyle API comments" into lmp-mr1-dev

* commit '67142495':
  Fix MediaStyle API comments
parents 865c73b5 67142495
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4115,9 +4115,9 @@ public class Notification implements Parcelable
     * <pre class="prettyprint">
     * Notification noti = new Notification.Builder()
     *     .setSmallIcon(R.drawable.ic_stat_player)
     *     .setContentTitle(&quot;Track title&quot;)     // these three lines are optional
     *     .setContentText(&quot;Artist - Album&quot;)   // if you use
     *     .setLargeIcon(albumArtBitmap))      // setMediaSession(token)
     *     .setContentTitle(&quot;Track title&quot;)
     *     .setContentText(&quot;Artist - Album&quot;)
     *     .setLargeIcon(albumArtBitmap))
     *     .setStyle(<b>new Notification.MediaStyle()</b>
     *         .setMediaSession(mySession))
     *     .build();