docs: Fix phrasing for BroadcastReceiver.PendingResult am: a3b64f08b7
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23879894 Change-Id: If5205c3dfed1b7ad54d16d9412849bea585042a1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -65,7 +65,7 @@ public abstract class BroadcastReceiver {
|
||||
* thread of your app.
|
||||
*
|
||||
* <p>Note on threading: the state inside of this class is not itself
|
||||
* thread-safe, however you can use it from any thread if you properly
|
||||
* thread-safe. However, you can use it from any thread if you make
|
||||
* sure that you do not have races. Typically this means you will hand
|
||||
* the entire object to another thread, which will be solely responsible
|
||||
* for setting any results and finally calling {@link #finish()}.
|
||||
|
||||
Reference in New Issue
Block a user