Re: [android-developers] Sending 2 sticky intents will override the previous one?

2010-09-23 Thread Dianne Hackborn
No they are replaced. To be honest, I would suggest not using sticky intents. I regret having exposed the API to send them. On Thu, Sep 23, 2010 at 10:20 PM, Agus wrote: > Dianne, so far I understand the following: If sticky intent B has the > same action, categories and uri data as sticky int

Re: [android-developers] Sending 2 sticky intents will override the previous one?

2010-09-23 Thread Agus
Dianne, so far I understand the following: If sticky intent B has the same action, categories and uri data as sticky intent A then B will override A. Will the extras data in sticky intent A be merged with the extras data in sticky intent B? On Thu, Sep 23, 2010 at 9:40 PM, Dianne Hackborn wrote:

Re: [android-developers] Sending 2 sticky intents will override the previous one?

2010-09-23 Thread Dianne Hackborn
Yes, that is the point of them. On Thu, Sep 23, 2010 at 6:45 PM, Agus wrote: > Does sending 2 sticky intents override the previously sent sticky intent? > Can any clarify this? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To p

[android-developers] Sending 2 sticky intents will override the previous one?

2010-09-23 Thread Agus
Does sending 2 sticky intents override the previously sent sticky intent? Can any clarify this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from thi