Replies: 1 comment 3 replies
-
I updated media3 PR here: #2076 to no longer request access to notifications. There is no longer any code that calls for access or requests notifications at all in media element. It only requires request for service in manifest and no longer has any need for notification access. It still uses notifications but it lets OS do that and no user interaction is required. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an app where push notifications are used, and I've encountered an issue with the MediaElement component on Android. My app redirects users to settings to enable push notifications, but if they start the app and go directly to play a video, the MediaElement prompt for notifications is misleading. This is because selecting "Don't Allow" or "Allow" affects the notifications settings, which can confuse users.
Is there a way to disable or override this prompt for the MediaElement on Android?
Beta Was this translation helpful? Give feedback.
All reactions