[mprisactivity] Replace handler with custom listener
Android Studio was warning about a memory leak with the handler. While I could have fixed that I figured that replacing the handler code with a simple callback results in simpler code
Android Studio was warning about a memory leak with the handler. While I could have fixed that I figured that replacing the handler code with a simple callback results in simpler code