Android Multimedia service - simple question

261 Views Asked by At

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

1

There are 1 best solutions below

2
On BEST ANSWER

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