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
Post a Comment