ActivityManager.RunningAppProcessInfo.ImportanceService Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.App.Importance enum directly instead of this field.

Konstante für #importance: Dieser Prozess enthält Dienste, die weiterhin ausgeführt werden sollen.

[Android.Runtime.Register("IMPORTANCE_SERVICE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Importance enum directly instead of this field.", true)]
public const Android.App.Importance ImportanceService = 300;
[<Android.Runtime.Register("IMPORTANCE_SERVICE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Importance enum directly instead of this field.", true)>]
val mutable ImportanceService : Android.App.Importance

Feldwert

Value = 300

Implementiert

Attribute

Hinweise

Konstante für #importance: Dieser Prozess enthält Dienste, die weiterhin ausgeführt werden sollen. Hierbei handelt es sich um Apps für Hintergrunddienste, die dem Benutzer nicht bekannt sind. Daher kann es sein, dass sie vom System relativ frei getötet werden (obwohl es im Allgemeinen gewünscht ist, dass sie so lange wie gewünscht ausgeführt werden).

Java Dokumentation für android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_SERVICE.

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: