Android Question Prevent msgbox from being dismissed

Biswajit

Active Member
Licensed User
Longtime User
If you show a msgbox or progress dialog then lock the screen or send the app to background then reopen it, the msgbox will be gone.
How to prevent msgbox or progress dialog from being dismissed when the activity gets paused?
 

drgottjr

Expert
Licensed User
Longtime User
use a flag
 
Upvote 0
Top