ActivityManager.RunningAppProcessInfo.ImportancePerceptiblePre26 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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#O
Android 版本上。
在 Android 版本及更高版本 Build.VERSION_CODES#O
上,对于目标 API 级别低于 Build.VERSION_CODES#O
的应用,此值仍将返回。 对于面向版本及更高版本的 Build.VERSION_CODES#O
应用,将返回正确的值 #IMPORTANCE_PERCEPTIBLE
。
适用于 . 的 android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE_PRE_26
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。