Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Uri uri=Uri.parse("geo:19.1500810,72.88.4537281");
  2. Intent intent=new Intent(Intent.ACTION_VIEW,uri);
  3. intent.setPackage("com.google.android.apps.maps");
  4.  
  5. startActivity(intent);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement