I’m developing an application for android 2.3.3. It contains a few TextViews to show an information for outgoing call: country, current time, phone number… The problem I faced is that I don’t know how to show my activity instead of the standard screen for outgoing calls.
I’m developing an application for android 2.3.3. It contains a few TextViews to show
Share
Have a look at the System Overlay in android. It can be used to put a custom window on top of the call screen.