Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. String uri = String.format(Locale.ENGLISH, "geo:%f,%f", 35.0, 35.0);
  2. Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(uri));
  3. startActivity(intent);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement