문제

I have an Android application where I create a dialog. If I lock the phone and unlock it the dialog is gone probably because I have paused the activity. Is there a way i can keep the dialog open after I unlock the phone or unpause the previously paused activity?

도움이 되었습니까?

해결책

Yes, use a DialogFragment instead of a simple Dialog. Some details here and the internet is full of DialogFragments :)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top