Context.ReceiverExported 필드

정의

주의

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

플래그: #registerReceiver수신기는 다른 앱에서 브로드캐스트를 받을 수 있습니다.

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

필드 값

Value = 2
특성

설명

플래그: #registerReceiver수신기는 다른 앱에서 브로드캐스트를 받을 수 있습니다. 정적으로 등록된 수신기를 "exported=true"로 표시하는 것과 동일한 동작을 가집니다.

에 대한 Java 설명서입니다 android.content.Context.RECEIVER_EXPORTED.

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

적용 대상