Hi!
I'm trying to display some information on the incoming call dialog (like the white pages app, for example).
I've managed to do this already using a toast, which opens on the bottom part of the screen, exactly where I want to place my info.
The problem with this approach however is of course the obvious: it's a toast, so it goes away after a short period of time.
I've tried using some other types of views, but they are always drawn behind the call dialog and appear once the call has ended.
Does anyone know what type of view or dialog I have to use to bring up a dialog similar to that of the white pages app?
Thanks in advance!
- Rexxars

