Se encuentra usted aquí
Chuleta: facer unha chamada
Enviado por daniel en 17 Octubre, 2010 - 7:32pm

Para realizar unha chamada telefónica
Intent i = new Intent();i.setAction(Intent.ACTION_CALL);
i.setData(Uri.parse("tel:"+numero));
startActivity(i);
General:
- blog de daniel
- Inicie sesión para comentar
- 0 comentarios
