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

Return value of Service::on_start_command.

Property definitions

android :: service $ Sys :: start_redeliver_intent
# The service is explicitly started and stopped, it is restarted with the last intent if stopped by the system
#
# Return value of `Service::on_start_command`.
fun start_redeliver_intent: Int in "Java" `{ return android.app.Service.START_REDELIVER_INTENT; `}
lib/android/service/service.nit:156,1--159,98