Thanks Chris, I will try this method.
On Sep 11, 12:09 pm, Jens <[email protected]> wrote: > Have you tried supplying your own account manager implementation, > adding a contact with the display name "My SpecialNumber" and then > sending your dialer Intent? > > Since you cannot override (afaik) the dialer from appspace that'd > pretty much be the only way of doing it. > > On 11 Sep, 01:44, mwllace <[email protected]> wrote: > > > > > Im using and intent to invoke the default dialer and automatically > > call phonenumberstored in my application. Everything works fine, > > but thenumberis visible in the default dialer UI. I need to display > > something else in place of thenumberlike "My SpecialNumber". The > > behavior would be much like when a user dials anumberalready stored > > in contacts, where the name of the person is visible and not the > > underyingphonenumber. > > > I am able to update the call logs so they read "My SpecialNumber" > > when my app dials thisnumber, but this is only after thephoneis > > hung up. > > > This is the way I update the Call Log: > > > values.put(CallLog.Calls.CACHED_NAME, "My SpecialNumber"); > > > Is there a similar method for writing to the default dialer when the > > call is initiated? > > > Thanks for any pointers you can provide!-Hidequoted text - > > - Show quoted text - -- 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

