ActivityManager.RunningAppProcessInfo.ImportancePerceptiblePre26 字段

定义

注意

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

常量:#importance#IMPORTANCE_PERCEPTIBLE以前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

字段值

Value = 130

实现

属性

注解

常量:#importance#IMPORTANCE_PERCEPTIBLE以前Build.VERSION_CODES#O有这个错误的值。 Build.VERSION_CODES#O自 SDK 以来,已修复其#IMPORTANCE_PERCEPTIBLE值。

系统将返回此值,而不是 #IMPORTANCE_PERCEPTIBLE 在下面的 Build.VERSION_CODES#OAndroid 版本上。

在 Android 版本及更高版本 Build.VERSION_CODES#O 上,对于目标 API 级别低于 Build.VERSION_CODES#O的应用,此值仍将返回。 对于面向版本及更高版本的 Build.VERSION_CODES#O 应用,将返回正确的值 #IMPORTANCE_PERCEPTIBLE

适用于 . 的 android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE_PRE_26Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于