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

Commit 700acc30 authored by Neil Fuller's avatar Neil Fuller Committed by Android (Google) Code Review
Browse files

Merge "Clarify a comment about threading"

parents 6d02007c 9acd6f36
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -56,7 +56,8 @@ import java.util.Objects;

/**
 * Maintains a binding to the best service that matches the given intent information. Bind and
 * unbind callbacks, as well as all binder operations, will all be run on the given handler.
 * unbind callbacks, as well as all binder operations, will all be run on the {@link FgThread}
 * handler.
 */
public class ServiceWatcher implements ServiceConnection {