How can I get Running Services like those which are shown in Settings-> Developer Options-> Running Services

From – Android – getRunningservices(ActivityManager) deprecated

We deliberately don’t have an API to check whether a service is
running because, nearly without fail, when you want to do something
like that you end up with race conditions in your code.

Leave a Comment