deployAndroidService

abstract fun deployAndroidService(vararg androidServices: AndroidServiceConfig): AndroidServiceDeploymentConfigurator
abstract fun deployAndroidService(androidServices: List<AndroidServiceConfig>): AndroidServiceDeploymentConfigurator

Allows the Android services referenced by androidServices to be configured to run in a specific process. The process name can be configured by the returned AndroidServiceDeploymentConfigurator.