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

Commit 7bad9a28 authored by Neil Fuller's avatar Neil Fuller
Browse files

Remove guarantee about FgThread from comments

Remove the guarantee about FgThread from the ServiceWatcher class docs.
Users should make no assumptions about the exact thread.

Bug: 156237398
Test: presubmits
Change-Id: Idc7cd2362ea21aa66fd4f3248fb7738e386c6be2
parent 0c8dcc67
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 {