What would be the best way to check if an Android Service is running? I am aware of the ActivityManager API, but it seems like the use of the API is not advised for
ActivityManager
See answer here:
How to check if a service is running on Android?