AsyncTask方法可以在用户界面线程上运行,但其中一个方法不能在此用户界面线程上运行,是哪个方法?( )
onPreExecute()
publishProgress()
doInBackground()
onPostExecute()