Context.BindNotPerceptible 字段

定义

注意

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

#bindService标志:如果从可见或用户可感知的应用进行绑定,请将目标服务的重要性降低到可感知级别以下。

[Android.Runtime.Register("BIND_NOT_PERCEPTIBLE", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.Bind enum directly instead of this field.", true)]
public const Android.Content.Bind BindNotPerceptible = 256;
[<Android.Runtime.Register("BIND_NOT_PERCEPTIBLE", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.Bind enum directly instead of this field.", true)>]
val mutable BindNotPerceptible : Android.Content.Bind

字段值

Value = 256
属性

注解

#bindService标志:如果从可见或用户可感知的应用进行绑定,请将目标服务的重要性降低到可感知级别以下。 这样,系统就可以(暂时)将绑定进程从内存中解开,为更重要的用户感知进程腾出空间。

适用于 . 的 android.content.Context.BIND_NOT_PERCEPTIBLEJava 文档

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

适用于