다음을 통해 공유


PackageManager.Synchronous 필드

정의

주의

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

구성 요소 상태가 업데이트된 후 지정된 사용자의 패키지 제한 상태가 디스크에 직렬화됨을 나타내는 플래그 매개 변수 #setComponentEnabledSetting(android.content.ComponentName, int, int) 입니다.

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

필드 값

Value = 2
특성

설명

구성 요소 상태가 업데이트된 후 지정된 사용자의 패키지 제한 상태가 디스크에 직렬화됨을 나타내는 플래그 매개 변수 #setComponentEnabledSetting(android.content.ComponentName, int, int) 입니다. 이는 동기 디스크 액세스이므로 이 플래그를 사용하는 호출은 백그라운드 스레드에서 실행되어야 합니다.

에 대한 android.content.pm.PackageManager.SYNCHRONOUSJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상