Any application you are going to send multiple pieces of data to would need to be written to explicitly support it -- it's not like maps is magically going to do anything sane with multiple geo URIs even if there was a way to get them to it.
Intent supports one data field. I doubt this will change. In Eclair I believe there will be a new intent protocol for sharing multiple data items, but it puts that data in the bundle, and applications must explicitly support it. On Wed, Sep 9, 2009 at 10:44 PM, Dexter's Brain <[email protected]>wrote: > > But, I don't have control over the target application. Suppose, I want > to send 3 geo points info to the google maps application, will this > solve my problem? > > Thanks, > Dexter. > > On Sep 10, 10:20 am, AJ <[email protected]> wrote: > > You could put all data in Bundle and send this Bundle with the Intent. > > This will solve your problem. > > > > Thanks, > > AJ > > > > On Sep 10, 10:02 am, "Dexter's Brain" <[email protected]> > > wrote: > > > > > Hi All, > > > > > I was just wondering if it is possible to give the intent a set of > > > data, instead of just one. A particular scenario where this could be > > > applicable would be a music application. > > > > > You select a list of songs, and pass all these data (file path) to the > > > Music Player's application. > > > > > Another scenario: You need to plot more than one address on the Google > > > Maps. You launch the application with a set of data for the intent. > > > > > Is this possible?? > > > > > Thanks, > > > Dexter. > > > > > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

