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.

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

Применяется к