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

Commit e0ab435a authored by Ethon_Hu's avatar Ethon_Hu Committed by android-build-merger
Browse files

Merge "Fix JE in RemoteFillService,Make sure onServiceConnected operation to...

Merge "Fix JE in RemoteFillService,Make sure onServiceConnected operation to be handled in same thread."
am: 39736939

Change-Id: I6b82d80ec2716d08c693842baf89432f2482fce6
parents 46fd611f 39736939
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -270,7 +270,7 @@ final class RemoteFillService implements DeathRecipient {
        }

        final boolean willBind = mContext.bindServiceAsUser(mIntent, mServiceConnection, flags,
                new UserHandle(mUserId));
            mHandler,new UserHandle(mUserId));

        if (!willBind) {
            Slog.w(LOG_TAG, "[user: " + mUserId + "] could not bind to " + mIntent + " using flags "