Idioma

Context.ReceiverNotExported Campo

Definição

Cuidado

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

Sinalizador para #registerReceiver: o receptor não pode receber transmissões de outros Aplicativos.

[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

Valor do campo

Value = 4
Atributos

Comentários

Sinalizador para #registerReceiver: o receptor não pode receber transmissões de outros Aplicativos. Tem o mesmo comportamento que marcar um receptor registrado estaticamente com "exported=false"

Java documentação para android.content.Context.RECEIVER_NOT_EXPORTED.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a