How would I go about creating a flag so that if a service is running, and the user clicks on another listview item that it will check to see if a service is running, and thus stop it? Thanks
How would I go about creating a flag so that if a service is
Share
You could use something like –
Ref – How to check if a service is running on Android?