resetServicesWithoutInactivityCheck

@MainThread
fun resetServicesWithoutInactivityCheck()

Resets the IviServiceManager within this process. This method facilitates starting with a clean slate between test executions, without fully killing the process.

Comparing to resetServicesWithInactivityCheck this method does not require that all services within this process to become inactive (which means all LifecycleOwners provided to the <Service>.createApi() methods are stopped or destroyed). Such check must be skipped in all process except the main process.