Igor de Medeiros

Results 3 comments of Igor de Medeiros

Having a similar problem here with the updateNotification method. I'm trying to update the notification content on the onRadioConnected method but it doesn't work. I believe that the notification icon...

Just figured out what was happening! I wasn't declaring the "mRadioManager" variable as a private field. When I changed it, the updateNotification method started to work. I also updated the...

I also saw that notification remains opened even after the app gets closed. And I'm not having access anymore to the enableNotification method to fix this. =(