It turns out that I have a variable type int in my Mainactivity, I send it constantly to my service which is a music player, this variable allows me to change the order of the songs, when changing them in the service I need to also update them in my Mainactivity so that both my notification (service) and my main controls (MainActivity) are synchronized and the songs are not repeated, but I do not know how to do it