DMAudioStreamer icon indicating copy to clipboard operation
DMAudioStreamer copied to clipboard

Notification not showing on android pie

Open enyholar opened this issue 5 years ago • 4 comments

Notification not showing on Android Pie, what is the solution even when i fork the sample project from the library...notification still not showing on android pie

enyholar avatar Aug 12 '19 23:08 enyholar

Having the same issue here. Is there any solution?

rogermule avatar Aug 28 '19 15:08 rogermule

I also had an same issue its get resolved by putting the below mentioned permission in menifest.xml.

android.permission.FOREGROUND_SERVICE

IndinaAppworld avatar Sep 01 '19 10:09 IndinaAppworld

I have added android.permission.FOREGROUND_SERVICE but still now i don't get notification in my application.

pavelsust avatar Jan 16 '20 10:01 pavelsust

Same .... In Android 10, media notification not working, even on lock screen notification widget not showing on Android 8.1.1.

hasnat-dev avatar Jan 20 '20 04:01 hasnat-dev