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

Commit e935fe91 authored by Christoph Studer's avatar Christoph Studer
Browse files

Fix MediaStyle API comments

Bug: 17805819
Change-Id: Ie45a43d7ae99304d635ce75aeb32a6d4d4e3e57d
parent 12c2136e
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();