We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee71ad commit 6f931ccCopy full SHA for 6f931cc
core/java/android/os/AsyncTask.java
@@ -110,7 +110,7 @@
110
* <h2>The 4 steps</h2>
111
* <p>When an asynchronous task is executed, the task goes through 4 steps:</p>
112
* <ol>
113
- * <li>{@link #onPreExecute()}, invoked on the UI thread immediately after the task
+ * <li>{@link #onPreExecute()}, invoked on the UI thread before the task
114
* is executed. This step is normally used to setup the task, for instance by
115
* showing a progress bar in the user interface.</li>
116
* <li>{@link #doInBackground}, invoked on the background thread
0 commit comments