ServiceInfo.FlagUseAppZygote Field

Definition

Caution

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

Bit in #flags: If set, the service (which must be isolated) will be spawned from an Application Zygote, instead of the regular Zygote.

[Android.Runtime.Register("FLAG_USE_APP_ZYGOTE", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ServiceInfoFlags enum directly instead of this field.", true)]
public const Android.Content.PM.ServiceInfoFlags FlagUseAppZygote = 8;
[<Android.Runtime.Register("FLAG_USE_APP_ZYGOTE", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ServiceInfoFlags enum directly instead of this field.", true)>]
val mutable FlagUseAppZygote : Android.Content.PM.ServiceInfoFlags

Field Value

ServiceInfoFlags

Implements

Attributes

Remarks

Java documentation for android.content.pm.ServiceInfo.FLAG_USE_APP_ZYGOTE.

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