Sprache

ServiceInfo.FlagIsolatedProcess Feld

Definition

Achtung

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

Bit in #flags: Wenn festgelegt, wird der Dienst in einem eigenen isolierten Prozess ausgeführt.

[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

Feldwert

Value = 2

Implementiert

Attribute

Hinweise

Bit in #flags: Wenn festgelegt, wird der Dienst in einem eigenen isolierten Prozess ausgeführt. Set from the android.R.attr#isolatedProcess attribute.

Java Dokumentation für android.content.pm.ServiceInfo.FLAG_ISOLATED_PROCESS.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: