Context.ReceiverNotExported フィールド

定義

注意事項

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

フラグ: #registerReceiver受信者は他のアプリからブロードキャストを受信できません。

[Android.Runtime.Register("RECEIVER_NOT_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 ReceiverNotExported = 4;
[<Android.Runtime.Register("RECEIVER_NOT_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 ReceiverNotExported : Android.Content.ReceiverFlags

フィールド値

Value = 4
属性

注釈

の Java ドキュメント android.content.Context.RECEIVER_NOT_EXPORTED

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象