[android-developers] Re: Replace dialer application by installing another dialer app

2009-08-27 Thread Dianne Hackborn
Sorry, you can't override the missed call icon. It is actually a carrier requirement that it work the way it does (the telephony system posts the icon based on voicemail status information from the network). On Sun, Feb 22, 2009 at 1:33 AM, TAKEphONE wrote: > > Hi, > > Thanks so much for your r

[android-developers] Re: Replace dialer application by installing another dialer app

2009-02-22 Thread TAKEphONE
Hi, Thanks so much for your reply. Where can I post a request for an intent to turn off the built-in "Missed call/s" notification icon ? My app - aTAKEphONE - does replace the "Contacts" application - I have it accesible both as an icon in launcher, and hooked to the CALL button. I also have it

[android-developers] Re: Replace dialer application by installing another dialer app

2009-02-19 Thread Dianne Hackborn
On Thu, Feb 19, 2009 at 2:29 PM, shimo...@gmail.com wrote: > 1. Dianne - when you say "replace the entire contacts tab activity" - > do you mean > I can write an app that will apear when the user taps the "Contacts" > tab INSIDE > the built-in "Dialer" application ? How ? No I mean the whole con

[android-developers] Re: Replace dialer application by installing another dialer app

2009-02-19 Thread shimo...@gmail.com
Hi, Hope it's ok to "barge in" for a related questions, and a not-so- related one: 1. Dianne - when you say "replace the entire contacts tab activity" - do you mean I can write an app that will apear when the user taps the "Contacts" tab INSIDE the built-in "Dialer" application ? How ? 2. The n

[android-developers] Re: Replace dialer application by installing another dialer app

2009-02-18 Thread Dianne Hackborn
Oh sorry, I didn't realize you were talking about the in-call screen. Unfortunately at this point that can not be replaced by a third party app. Sorry. On Wed, Feb 18, 2009 at 9:13 PM, Shadakshari Hiremath wrote: > > Hi Dianne, > > Thanks for your reply. > > When a call is received first thing th

[android-developers] Re: Replace dialer application by installing another dialer app

2009-02-18 Thread Shadakshari Hiremath
Hi Dianne, Thanks for your reply. When a call is received first thing that will happen is showing incoming call notification. Notification is shown on request by dialer application. I am afraid whether two incoming call notifications get displayed by two dialer apps(Default and installed). Green

[android-developers] Re: Replace dialer application by installing another dialer app

2009-02-18 Thread Dianne Hackborn
You can't install apps with a higher priority, the user must ultimately be the one to pick what they want to do. For replacing the dialer, the only things you can do are either to be an alternative for when the user presses the green key, or replace the entire contacts tab activity. The dialer is

[android-developers] Re: Replace dialer application by installing another dialer app

2009-02-18 Thread Shadakshari Hiremath
Hi Nagaraj, Thanks for your reply. I got some more doubts in my mind after going through your reply. 1) Will the default application become completely non-functional after a new application is installed with high priority? 2) Which application will get chance to handle incoming call? both or only

[android-developers] Re: Replace dialer application by installing another dialer app

2009-02-10 Thread nagaraj attimani
Your dialer apllication can have same intent as current one and increase the priority of your application comapre existing one. On Tue, Feb 10, 2009 at 6:26 PM, Shadakshari Hiremath wrote: > > Hi Android, > > We want to disable the default dialer application and install our own > dialer applicati