Hi Michelle, you can use the following code snippet. Intent intent = new Intent(Intent.ACTION_CALL); intent.setData(Uri.parse("tel:"+yourphoneNumber)); activity.startActivity(intent);
Regards, Sudeep On Wed, Jul 29, 2009 at 5:40 PM, Michelle Silva <m...@cin.ufpe.br> wrote: > Hi, > > i'm beginner in Android and i'd like to know how can i access the > Dialer aplication. I'd like to make a test that access dialer, dial a > number, make a call and after some time, end this call. I'm using the > emulator. > Can somebody help me? > Best regards, > Michelle. > > > -- Warm Regards, Sudeep --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---