Re: [android-developers] Re: How to launch my own GUI to handle incoming/outgoing call (instead of Default PHONE app)

2012-12-18 Thread Gaurav Wable
Why doesn't any developer give me solution..? On Friday, 7 December 2012 18:02:20 UTC+5:30, Gaurav Wable wrote: Thank you very much for your response. I am giving a brief idea about my problem: In my android application I used *TelephonyManager* to listen * PhoneState(Idle/Ringing/Offhook)

Re: [android-developers] Re: How to launch my own GUI to handle incoming/outgoing call (instead of Default PHONE app)

2012-12-18 Thread Douglas Drumond
Use the Source, Luke https://android.googlesource.com/platform/packages/apps/Phone/+/refs/heads/master/ Although it use a lot of private APIs, it will give you some ideas. -- Douglas Drumond http://drumond19.com On Tue, Dec 18, 2012 at 7:20 AM, Gaurav Wable gswa...@gmail.com wrote: Why

Re: [android-developers] Re: How to launch my own GUI to handle incoming/outgoing call (instead of Default PHONE app)

2012-12-07 Thread Gaurav Wable
Thank you very much for your response. I am giving a brief idea about my problem: In my android application I used *TelephonyManager* to listen * PhoneState(Idle/Ringing/Offhook) *and identified whether any incoming/outgoing call is initiated. If initiated, I used *intent* to * startActivity