Replies: 1 comment 2 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.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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