How to set Dialog Fragmenrt to fullscreen (EdgeToEdge)
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.