ActivityManager.RunningAppProcessInfo.ReasonProviderInUse 필드

정의

주의

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

#importanceReasonCode수 : 애플리케이션의 콘텐츠 공급자 중 하나가 다른 프로세스에서 사용되고 있습니다.

[Android.Runtime.Register("REASON_PROVIDER_IN_USE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ImportanceReason enum directly instead of this field.", true)]
public const Android.App.ImportanceReason ReasonProviderInUse = 1;
[<Android.Runtime.Register("REASON_PROVIDER_IN_USE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ImportanceReason enum directly instead of this field.", true)>]
val mutable ReasonProviderInUse : Android.App.ImportanceReason

필드 값

Value = 1

구현

특성

설명

#importanceReasonCode수 : 애플리케이션의 콘텐츠 공급자 중 하나가 다른 프로세스에서 사용되고 있습니다. 클라이언트 프로세스의 pid가 에 #importanceReasonPid 있고 이 프로세스의 대상 공급자는 에 있습니다 #importanceReasonComponent.

에 대한 Java 설명서입니다 android.app.ActivityManager.RunningAppProcessInfo.REASON_PROVIDER_IN_USE.

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상