Keep ProgressDialog while rotate the phone

 

Just add the following to the activity in AndroidManifest.xml

 

<activity android:name=".view.cohort.FormTemplateWizardActivity"
android:label="Download Form Templates"
android:configChanges="orientation|screenSize"/>

 

 http://developer.android.com/guide/topics/manifest/activity-element.html

你可能感兴趣的:(ProgressDialog)