Android Question Capture user input from a service

Azhar

Active Member
Licensed User
Longtime User
Hi,

I understand Activity_KeyPress won't work within a service and the same for any modal msgbox etc.
But is there any way an active service can capture user input to do something (in this case, to stop a media file playing)?

I've tried creating an activity with transparent panel but it still fills the whole display and is not transparent.
All I'd want really is a popup message box with a button for the user to press to stop the media file playing.

Thanks,
 

Azhar

Active Member
Licensed User
Longtime User
Upvote 0
Top