Skip to content

personnalize the notification

Gilles Bajart edited this page Dec 29, 2016 · 1 revision

You need to use:

mRadioManager.updateNotification("text first row on the stream player", 
                                                         "text second row on the stream player",
                                                          R.drawable.default_art);  //your picture 

but only after the stream was loaded, if not, the code is ignored.