Não consigo entender por que isso está acontecendo. Este código: mProgressDialog = ProgressDialog.show(this, "", getString(R.string.loading), true); funciona muito bem. No entanto, este código: mProgressDialog = ProgressDialog.show(getApplicationContext(), "", getString(R.string.loading),...