Developing for Android 13, I can make the activity to fullscreen by using EdgeToEdge.enable((ComponentActivity) this);
. But for a dialog no matter how I tried, like /a/55243088/1099884 .The dialog still be shown from “under the top bar” not actual fullscreen.
How can I enable edge-to-edge for a dialog?