in my app I get data while a ProgressDialog is shown. Now I want to keep the current screen rotation (Landscape/Portrai) while the ProgressDialog is shown to prevent some errors. After the process is finished I want to "releace" the app and enable the screen rotation.
How do I do this?