I have created a android application where I have created a popup screen. But when I am pressing the back button, popup is not getting closed.
I have tried with onB
Recently I worked with ListPopupWindow (android.support.v7.internal.widget.ListPopupWindow) and back button started to work when I called
android.support.v7.internal.widget.ListPopupWindow
popupWindow.setModal(true);
no matter what I set in setBackgroundDrawable method as other solutions suppose here.
setBackgroundDrawable