I believe these receivers can also be invoked through
pendingIntent.send()

See PendingPntent.getBroadcast()

On May 20, 8:10 pm, Satya Komatineni <[email protected]>
wrote:
> It is possible to create <receiver> tag with just a classname and no
> intent filters. The documentation indicates that in this case the
> receiver is considered internal to that package.
>
> The way that receiver is invoked is through 
> sendBroadcast(explicit-class-intent)
>
> How is this different from directly calling that functionality as part
> of the execution line,
>
> I do see that the ANR has a higher tolerance for a broadcast receiver
> including the internal ones.
>
> Is there another benefit? (I am sure I am missing something..)
>
> Clarification is much appreciated
> Satya
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group 
> athttp://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to