You need to use Uri uri = Uri.parse(""geo:" + lat
                    + "," + lng");

On Apr 7, 8:12 am, "Dan U." <[EMAIL PROTECTED]> wrote:
> I'm looking at the ExpandableList2 api demo and it might be something
> for you to look at. There is a Uri.Builder and a ContentUris.
>
> On Apr 6, 10:10 pm, siddhusingh <[EMAIL PROTECTED]> wrote:
>
>
>
> > ContentURI uri = ContentURI.create("geo:" + lat
> >                     + "," + lng);
> >             Intent intent = new Intent("android.intent.action.VIEW",
> > uri);
> >             startActivity(intent);
>
> > There seems to be some change in the package now.
> > ContentURI is no more supported.
> > Cheers,
> > Sid- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Challenge" 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-challenge?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to