Idioma

ServiceInfo.FlagIsolatedProcess Campo

Definição

Cuidado

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

Bit in #flags: se definido, o serviço será executado em seu próprio processo isolado.

[Android.Runtime.Register("FLAG_ISOLATED_PROCESS")]
[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 FlagIsolatedProcess = 2;
[<Android.Runtime.Register("FLAG_ISOLATED_PROCESS")>]
[<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 FlagIsolatedProcess : Android.Content.PM.ServiceInfoFlags

Valor do campo

Value = 2

Implementações

Atributos

Comentários

Bit in #flags: se definido, o serviço será executado em seu próprio processo isolado. Defina a partir do android.R.attr#isolatedProcess atributo.

Java documentação para android.content.pm.ServiceInfo.FLAG_ISOLATED_PROCESS.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a