[android-developers] Re: How to broadcast an intent?

2008-06-16 Thread Diego Torres Milano
You may find this post (http://dtmilano.blogspot.com/2008/03/android- playing-with-intents-this.html) useful. On Jun 16, 11:11 am, Pierre <[EMAIL PROTECTED]> wrote: > Hi,all > > Anybody can tell me how to broadcast an intent? > > Thanks in advance! > > Pierre --~--~-~--~~~

[android-developers] Re: How to broadcast an intent?

2008-06-16 Thread André Charles Legendre
Pierre >From your Activity : (see Activity class methods broadcastIntent). broadcastIntent(intent). Don't forget to add your intent to the filter in the receiver side. Or your receiver will not receive it. Andre On Mon, Jun 16, 2008 at 12:33 PM, Diego Torres Milano <[EMAIL PROTECTED]> wrote: >