Search code examples
javaandroidmultimedia

Android Multimedia service - simple question


Is it possible to create an Android service that would listen in the background for Playback button (in the Android media player) clicks (something like onPlaybackListener) and then activate a GUI from which the current song can be controlled? i.e. stopped.

Thanks


Solution

  • No. You cannot intercept the GUI events from other applications.