Sprache

ActivityManager.RunningAppProcessInfo.ImportancePerceptible 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 ist nicht etwas, von dem der Benutzer direkt weiß, aber ansonsten für sie in gewissem Maße wahrnehmbar ist.

[Android.Runtime.Register("IMPORTANCE_PERCEPTIBLE")]
[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 ImportancePerceptible = 230;
[<Android.Runtime.Register("IMPORTANCE_PERCEPTIBLE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Importance enum directly instead of this field.", true)>]
val mutable ImportancePerceptible : Android.App.Importance

Feldwert

Value = 230

Implementiert

Attribute

Hinweise

Konstante für die Wichtigkeit: Dieser Prozess ist dem Benutzer nicht direkt bewusst, ist aber ansonsten für sie in gewissem Maße wahrnehmbar.

Android-Referenz für android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE.

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: