Advertisement
Guest User

Función llamar

a guest
May 21st, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public void llamar(View view){
  2. Intent callIntent = new Intent(Intent.ACTION_CALL, Uri.fromParts("tel", "650103150", null));
  3. this.startActivity(callIntent);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement