Im using  and intent to invoke the default dialer and automatically
call  phone number stored in my application. Everything works fine,
but the number is visible in the default dialer UI. I need to display
something else in place of the number like "My Special Number". The
behavior would be much like when a user dials a number already stored
in contacts, where the name of the person is visible and not the
underying phone number.

I am able to update the call logs so they read "My Special Number"
when my app dials this number, but this is only after the phone is
hung up.

This is the way I update the Call Log:

values.put(CallLog.Calls.CACHED_NAME, "My Special Number");

Is there a similar method for writing to the default dialer when the
call is initiated?

Thanks for any pointers you can provide!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to