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

am: 39736939fe

Change-Id: I6b82d80ec2716d08c693842baf89432f2482fce6
This commit is contained in:
Ethon_Hu
2018-11-27 18:16:11 -08:00
committed by android-build-merger

View File

@@ -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 "