Share via


ActivityManager.RunningAppProcessInfo.ImportancePerceptiblePre26 Campo

Definición

Precaución

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

Constante para #importance: #IMPORTANCE_PERCEPTIBLE tenía este valor incorrecto antes Build.VERSION_CODES#Ode .

[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

Valor de campo

Value = 130

Implementaciones

Atributos

Comentarios

Constante para #importance: #IMPORTANCE_PERCEPTIBLE tenía este valor incorrecto antes Build.VERSION_CODES#Ode . Desde el Build.VERSION_CODES#O SDK, se ha corregido el valor de #IMPORTANCE_PERCEPTIBLE .

El sistema devolverá este valor en lugar de en las versiones de #IMPORTANCE_PERCEPTIBLE Android siguientes Build.VERSION_CODES#O.

En la versión Build.VERSION_CODES#O de Android y versiones posteriores, este valor se seguirá devolviendo para las aplicaciones con el nivel de API de destino por debajo Build.VERSION_CODES#Ode . En el caso de las aplicaciones destinadas a la versión Build.VERSION_CODES#O y versiones posteriores, se devolverá el valor #IMPORTANCE_PERCEPTIBLE correcto.

Documentación de Java para android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE_PRE_26.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código y se usan según los términos descritos en la creative Commons 2.5.

Se aplica a