The service is explicitly started and stopped, it is restarted if stopped by the system

Return value of Service::on_start_command.

Property definitions

android :: service $ Sys :: start_sticky
# The service is explicitly started and stopped, it is restarted if stopped by the system
#
# Return value of `Service::on_start_command`.
fun start_sticky: Int in "Java" `{ return android.app.Service.START_STICKY; `}
lib/android/service/service.nit:146,1--149,78