Replies: 2 comments 22 replies
-
@Skarzag Docs are meant to instruct devs to use all the features. We expect devs to be able to judge which one they need for their app proposals. |
Beta Was this translation helpful? Give feedback.
-
I have a question for this aswell. Now when we updated the MediaElement we had to add the MediaPlayBack Foreground service. That results in rejection on Google play, because we need to fill out why we use this service. Eventhough we only use it for playing some tutorial videos. Other than that. After users has gone through the tutorials. They still see the "Video player notification". No way for opting out? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've implemented MediaElement on our app to play local video files.
Everything work as expected by following the documentation.
But with Android 14, Google ask us why do we need FOREGROUND_SERVICE_MEDIA_PLAYBACK.
So i'm asking myself, yes... why do we need that ?
We just want to play the video when the user is watching it, nothing more.
Do we need all those lines in our manifest to handle a simple video playing ?
I know that i can simply deactivate those permissions and test it (doing it right now)... but i want to know why this seems mandatory in the tutorial. Also, this can help some other people with the same problem so let's make it public !
Thanks and sorry if my english is clunky
Beta Was this translation helpful? Give feedback.
All reactions