Share via


Context.ReceiverExported Campo

Definición

Precaución

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

Marca para #registerReceiver: el receptor puede recibir difusiones de otras aplicaciones.

[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

Valor de campo

Value = 2
Atributos

Comentarios

Marca para #registerReceiver: el receptor puede recibir difusiones de otras aplicaciones. Tiene el mismo comportamiento que marcar un receptor registrado estáticamente con "exported=true"

Documentación de Java para android.content.Context.RECEIVER_EXPORTED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código y se usan según los términos descritos en la creative Commons 2.5.

Se aplica a