am 8d121ce: Merge change 917 into donut
Merge commit '8d121ce945204e96d90d3338ecafe637b0494ed8' * commit '8d121ce945204e96d90d3338ecafe637b0494ed8': Fix HTML formatting in android.os.AsyncTask
This commit is contained in:
committed by
The Android Open Source Project
commit
61cf54d3a0
@@ -37,7 +37,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
||||
* whose result is published on the UI thread. An asynchronous task is defined by 3 generic
|
||||
* types, called <code>Params</code>, <code>Progress</code> and <code>Result</code>,
|
||||
* and 4 steps, called <code>begin</code>, <code>doInBackground</code>,
|
||||
* <code>processProgress<code> and <code>end</code>.</p>
|
||||
* <code>processProgress</code> and <code>end</code>.</p>
|
||||
*
|
||||
* <h2>Usage</h2>
|
||||
* <p>AsyncTask must be subclassed to be used. The subclass will override at least
|
||||
|
||||
Reference in New Issue
Block a user