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 <[email protected]>wrote: > > 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 key press > will be handled by the top most notification(guess so). > > In both approaches suggested, existing dialer source need to be > modified and built. So, our dialer application cannot be downloaded > and installed on any android phones and used > 1) To handle Green key press > 2) Replace contact tab activity > > Is it possible to replace/override default dialer by just installing > new dialer application package without modifying existing dialer > application source code? > > Regards, > Shaddu > > On 19/02/2009, Dianne Hackborn <[email protected]> wrote: > > 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 a built-in part of that activity, > so > > you can't just replace is without also replacing the other tabs. > > > > On Wed, Feb 18, 2009 at 4:29 AM, Shadakshari Hiremath > > <[email protected]>wrote: > > > >> > >> 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 the application having high priority? > >> > >> Regards, > >> Shaddu > >> > >> On 10/02/2009, nagaraj attimani <[email protected]> wrote: > >> > 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 > >> > <[email protected]>wrote: > >> > > >> >> > >> >> Hi Android, > >> >> > >> >> We want to disable the default dialer application and install our own > >> >> dialer application on phone. > >> >> We want to know how we can disable the default dialer so that it > >> >> doesn't listen for missed calls, incoming calls and also it doesn't > >> >> gets launched by other application for making calls instead our > >> >> application gets launched. Only our dialer application should be > >> >> listening on it. > >> >> > >> >> We want to use same format as existing content URIs supported by > >> >> default dialer in our own dialer application. Is this possible? If > yes > >> >> then how we can achieve it? > >> >> > >> >> We don't want to delete the call log application code or we don't > want > >> >> to remove it from build. We want to have default dialer in device. > Our > >> >> dialer application will be installed later may be by downloading from > >> >> internet by end user. > >> >> > >> >> Regards, > >> >> Shaddu > >> >> > >> >> > > >> >> > >> > > >> > > >> > -- > >> > Best Regards > >> > Nagaraj > >> > > >> > > > >> > > >> > >> > > >> > > > > > > -- > > Dianne Hackborn > > Android framework engineer > > [email protected] > > > > Note: please don't send private questions to me, as I don't have time to > > provide private support. All such questions should be posted on public > > forums, where I and others can see and answer them. > > > > > > > > > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

