ActivityManager.RunningServiceInfo.FlagPersistentProcess 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 the service is running in a persistent process.

[Android.Runtime.Register("FLAG_PERSISTENT_PROCESS")]
[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 FlagPersistentProcess = 8;
[<Android.Runtime.Register("FLAG_PERSISTENT_PROCESS")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ServiceInfoFlags enum directly instead of this field.", true)>]
val mutable FlagPersistentProcess : Android.App.ServiceInfoFlags

Field Value

Value = 8

Implements

Attributes

Remarks

Bit for #flags: set if the service is running in a persistent process.

Java documentation for android.app.ActivityManager.RunningServiceInfo.FLAG_PERSISTENT_PROCESS.

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