[android-developers] Re: Editing the incoming call dialog

2008-11-25 Thread Dianne Hackborn
Sorry, you can't do this with the SDK. On Tue, Nov 25, 2008 at 4:00 AM, Rich <[EMAIL PROTECTED]> wrote: > > Can anyone offer some advice on how I can add/replace text on the > dialog displayed when an incoming call is ringing? I guess I need a > way to get a handle on the view. > > Thanks > Rich

[android-developers] Re: Editing the incoming call dialog

2008-11-26 Thread Rich
Presumably though I could popup some new view on part of the screen though, like the whitepages caller ID application? I'm using PhoneStateListener to detect an incoming call, how can I then popup a view on part of the screen? Thanks On Nov 25, 6:09 pm, "Dianne Hackborn" <[EMAIL PROTECTED]> wro

[android-developers] Re: Editing the incoming call dialog

2008-11-26 Thread Dianne Hackborn
Sorry, you really can't do it. Even if you put a window on top, the phone UI may be radically different between different phones, so there is no way for you to write something that would work with them. On Wed, Nov 26, 2008 at 1:49 AM, Rich <[EMAIL PROTECTED]> wrote: > > Presumably though I coul