private ProgressDialog progressDialog;
        String tip = getBaseContext().getResources().getString(
                R.string.str_update_check);
        progressDialog = ProgressDialog.show(WelcomeActivity.this, "", tip,
                true);
progressDialog.dismiss();

 

相关文章: