Android various dialog boxes will pop up in an interface. How can I ensure that one dialog box is on top of all other dialog boxes,we set
dialog.window?.setType(WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW)
is not working
Android various dialog boxes will pop up in an interface. How can I ensure that one dialog box is on top of all other dialog boxes,we set
dialog.window?.setType(WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW)
is not working