Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a267ce46 authored by Andrew Solovay's avatar Andrew Solovay Committed by Automerger Merge Worker
Browse files

docs: Fix phrasing for BroadcastReceiver.PendingResult am: a3b64f08 am: 02cab8b8

parents de908387 02cab8b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()}.