Gabriel Lopez
Results
1
comments of
Gabriel Lopez
Thanks for you answer but it doesn't work. I'm on 4.4.2 I do like that : ``` public void playRadio(RadioItem radioStation) { mRadioManager.startRadio(radioStation.getRadiourl()); Bitmap bitmapTrackImage = imageLoader.getBitmap(radioStation.getRadioImageurl()); mRadioManager.updateNotification(radioStation.getRadioName(), "", bitmapTrackImage);...