Partager via


ActivityManager.RunningServiceInfo.FlagStarted Champ

Définition

Attention

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

Bit pour #flags: défini si ce service a été démarré explicitement.

[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

Valeur de champ

Value = 1

Implémente

Attributs

Remarques

Bit pour #flags: défini si ce service a été démarré explicitement.

Documentation Java pour android.app.ActivityManager.RunningServiceInfo.FLAG_STARTED.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à