- rootIntent
- The original root Intent that was used to launch the task that is being removed.
This is called if the service is currently running and the user has removed a task that comes from the service's application. If you have set Android.Content.PM.ServiceInfo.FlagStopWithTask then you will not receive this callback; instead, the service will simply be stopped.