ActivityManager.RunningAppProcessInfo.ImportanceVisible 字段

定义

注意

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

#importance常量:此进程正在运行对用户主动可见的内容,尽管不在直接的前景中。

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

字段值

Value = 200

实现

属性

注解

#importance常量:此进程正在运行对用户主动可见的内容,尽管不在直接的前景中。 这可能运行当前前台后面的窗口(因此暂停并保存状态,不与用户交互,但在某种程度上对他们可见):它还可能在系统控制下运行其他服务,使其不重要。

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

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

适用于