ActivityManager.RunningAppProcessInfo.ImportanceService 字段

定义

注意

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

#importance常量:此过程包含应保持运行的服务。

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

字段值

Value = 300

实现

属性

注解

#importance常量:此过程包含应保持运行的服务。 这些是后台服务应用已启动,而不是用户知道的内容,因此系统可能会相对自由地终止它们(尽管人们普遍希望只要他们愿意,他们就会保持运行状态)。

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

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

适用于