startServiceInBackground

inline fun <T> Context.startServiceInBackground(intentAction: String): ComponentName?

Starts a background service using the specified type and action

See also