On Android 14 Upside-down cake emulator, when showing an alert dialog, outside of alert dialog doesn't get dim. How can I get dim just like other android versions?
I tried:
alertDialog.window?.setDimAmount(0.7f)
But only Android 14 doesn't work. Thank you.