Member Name | Description |
---|---|
IsolatedProcess | Bit in ServiceInfo.Flags: If set, the service will run in its own isolated process. Set from the Android.Resource.Attribute.IsolatedProcess attribute. |
SingleUser | Bit in ServiceInfo.Flags: If set, a single instance of the service will run for all users on the device. Set from the Android.Resource.Attribute.SingleUser attribute. |
StopWithTask | Bit in ServiceInfo.Flags: If set, the service will automatically be stopped by the system if the user removes a task that is rooted in one of the application's activities. Set from the Android.Resource.Attribute.StopWithTask attribute. |