public class ServiceUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isServiceRunning(android.content.Context context,
java.lang.Class<?> serviceClass)
Check if the service is running in the device.
|