質問

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