Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
273 views
in Technique[技术] by (71.8m points)

Why PlayerNotificationManager not showing Notification on startForeground in Android 11(R)?

I am using the PlayerNotificationManager with Exoplayer and upto Android 10 Notification Tray is visible on startForeground() but in one of my phone when I upgraded to Android 11, the Notification Tray for media player stopped showing.

Please Help!!

Here I debugged on Google Pixel Now:

Working on Google Pixel android 11 but Not on Samsung G973F. Why this is not working on Samsung??

question from:https://stackoverflow.com/questions/65842077/why-playernotificationmanager-not-showing-notification-on-startforeground-in-and

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Here, I arises the issue On git ExoPlayer, the it's an device specific Issue, so, here is the link of that issue,

https://github.com/google/ExoPlayer/issues/8500

Use MediaSessionConnector with ExoPlayer PlayerNotificationManager and MediaSessions:

https://github.com/google/ExoPlayer/tree/release-v2/extensions/mediasession

Here there is use of MediaSession and MediaSessionConnector in more brief:

https://developer.android.com/codelabs/supporting-mediasession


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...