Freigeben über


ActivityManager.RunningAppProcessInfo.ImportancePerceptiblePre26 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: #IMPORTANCE_PERCEPTIBLE hatte diesen falschen Wert vor Build.VERSION_CODES#O.

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

Feldwert

Value = 130

Implementiert

Attribute

Hinweise

Konstante für #importance: #IMPORTANCE_PERCEPTIBLE hatte diesen falschen Wert vor Build.VERSION_CODES#O. Seit dem Build.VERSION_CODES#O SDK wurde der Wert #IMPORTANCE_PERCEPTIBLE behoben.

Das System gibt diesen Wert anstelle von #IMPORTANCE_PERCEPTIBLE Android-Versionen unten Build.VERSION_CODES#Ozurück.

Unter Android-Version Build.VERSION_CODES#O und höher wird dieser Wert für Apps mit der ziel-API-Ebene weiter unten Build.VERSION_CODES#Ozurückgegeben. Für Apps, die auf Version Build.VERSION_CODES#O und höher abzielen, wird der richtige Wert #IMPORTANCE_PERCEPTIBLE zurückgegeben.

Java-Dokumentation für android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE_PRE_26.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: