Language

ActivityManager.RunningServiceInfo.FlagStarted Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.ServiceInfoFlags enum directly instead of this field.

Bit for #flags: set if this service has been explicitly started.

[Android.Runtime.Register("FLAG_STARTED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ServiceInfoFlags enum directly instead of this field.", true)]
public const Android.App.ServiceInfoFlags FlagStarted = 1;
[<Android.Runtime.Register("FLAG_STARTED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ServiceInfoFlags enum directly instead of this field.", true)>]
val mutable FlagStarted : Android.App.ServiceInfoFlags

Field Value

Value = 1

Implements

Attributes

Remarks

Bit for flags: set if this service has been explicitly started.

Android reference for android.app.ActivityManager.RunningServiceInfo.FLAG_STARTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to