다음을 통해 공유


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 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상