I run Activity from the intent of android.intent.action.CALL. I would like to show a layout that looks like a dialog with progress with a transparent background (while I do the processing before transferring it to my native dialer). But behind the background that is visible, there should be a main screen.
At the moment, activity is loading normally, and the background outside the desired download dialog is transparent, but instead of the main screen, the last screen / application activity is displayed in the background.
How to make the background behind transparent to be the main screen?
source
share