stopServicesOnCrash

abstract fun stopServicesOnCrash(): Boolean

If you have services which might crash on startup android will try to restart them indefinitely. Set this to true to prevent that.

Return

if all services running in a process should be stopped before it is killed.