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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -