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

--~--~---------~--~----~------------~-------~--~----~
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