I have such a problem, it is necessary if you run any application to output Toast
with the text "some application to run," and when closed by show again Toast
with text "some application is completed."
For example launched Play Market
, and in my app Toast
with the text "Play Market is run."
I have no idea how it implemented, it seems necessary to use the Service Broadcast. Please tell me how to implement?