Start a service that will be running until the stop_service call

Property definitions

android :: intent_api10 $ App :: start_service
	# Start a service that will be running until the `stop_service` call
	fun start_service(intent: Intent) do native_context.start_service(intent.intent)
lib/android/intent/intent_api10.nit:1337,2--1338,81