Phone call in background of my android app -


I know how to make phone calls from my app using an app, but Android dial UI is shown. Is there any possibility of doing an Android dial UI when it is shown on my app and having a phone call on the background?

You request permission SYSTEM_ALERT_WINDOW ()

, Allowing you to display a screen with "always-on-top" behavior that will be shown on -col screen.

Facebook uses this permission for their chat head facility.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -