Hi, The Android SDK provides a inbuilt Dialer Applicaiton which allows you to dial a number, you could play around with it. You can invoke the dialer from your application by firing an Intent with DIAL_ACTION. See the thread below for a discussion on how to do that:
http://groups.google.com/group/android-developers/browse_thread/thread/71a83fa79c6d12b5/dd6906be55b27c01 When a ongoing call is interuppted by launching another application, the Phone application which handles you call, continues in the background and an Notification icon appears on the top of the status bar which can be clicked to bring the Phone application to front. Thanks, Megha On Tue, Mar 25, 2008 at 10:42 AM, Raja Nagendra Kumar < [EMAIL PROTECTED]> wrote: > > Hi, > > What are the dialing api and is there any good demo to see the dialing > emulated and its behaviour when interupts come in on the andorid > emulator. > > Regards, > Nagendra > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

