Show native Android media controls when playing media #1379
-
I just started a project using the MediaElement from the Community Toolkit and it's been great so far, however, I have a doubt regarding the media controls. My project is an Android app that plays some music files that I embed with it. I was wondering if it's possible to show the native Android media controls in the notification center/lock screen when a music is playing in my app, much like Spotify does it. Is this currently possible with the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@bgmulinari yes, it's possible, but you will need to implement it by yourself. There's a java code on docs, you just need to translate then to C# and your needs (: |
Beta Was this translation helpful? Give feedback.
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
@bgmulinari yes, it's possible, but you will need to implement it by yourself. There's a java code on docs, you just need to translate then to C# and your needs (: