onBackPressed How to return backbutton press to android -


i have popupwindow close in onbackpressed in activity. when popupwindow not visible button pressed activity should closed , control should go home screen.

i not have way there no return code in onbackpressed, clues?

try check whether popupwindow visible or not, if not not call super.onbackpressed(); in onbackpress method, should work.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -