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

Commit ce397044 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove guarantee about FgThread from comments"

parents e9c3771e 7bad9a28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -56,8 +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 {@link FgThread}
 * handler.
 * unbind callbacks, as well as all binder operations, will all be run on a single thread, but the
 * exact thread is left undefined.
 */
public class ServiceWatcher implements ServiceConnection {