Hi all!
I’m experimenting with the potential of command notifications. In particular, trying to control Youtube Music playback.
I got quickly to play and pause through this:
service: notify.mobile_app_XXX
data:
message: command_media
data:
media_command: play_pause
media_package_name: com.google.android.apps.youtube.music
However i can’t find the way to skip to next or previous song.
Any help? Can someone tell me where should i search?
Thanks a lot!
PS: I found this guide of Android Intents. Also i used Macrodroid to see how it identifies this commands within the phone. However, i didn’t get it