android - Retain DialogFragment after unlocking Screen -


i have created 1 instance of dialogfragment. getting created properly. when lock screen, getting detach , dismiss. when unlock screen, can't see dialogfragment saw 2 secs ago before lock screen. want prevent dismissing of dialogfragment on locking screen. please me.

thanking in advance.

i think in case simplest way should remove dialog in onpause() , and show again in onresume(). in way dialog change according config changes [like language change].


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -