You can show it with ProgressDialogShow2. Set the Cancelable parameter to False. If you want to allow the user to hide it then handle Activity_KeyPress event and hide it when the user clicks on the back key.
It probably consumes the key event before it reaches the activity. It might be not possible. You can implement a similar dialog with a panel and an indeterminate progressbar.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.