ServiceInfo.FlagIsolatedProcess Campo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
This constant will be removed in the future version. Use Android.Content.PM.ServiceInfoFlags enum directly instead of this field.
Bit in #flags: se impostato, il servizio verrà eseguito nel proprio processo isolato.
[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
Valore del campo
Value = 2Implementazioni
- Attributi
Commenti
Bit in #flags: se impostato, il servizio verrà eseguito nel proprio processo isolato. Impostare dall'attributo android.R.attr#isolatedProcess .
per android.content.pm.ServiceInfo.FLAG_ISOLATED_PROCESS.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.