The service may be stopped by the system and will not be restarted

Return value of Service::on_start_command.

Property definitions

android :: service $ Sys :: start_not_sticky
# The service may be stopped by the system and will not be restarted
#
# Return value of `Service::on_start_command`.
fun start_not_sticky: Int in "Java" `{ return android.app.Service.START_NOT_STICKY; `}
lib/android/service/service.nit:151,1--154,86