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

This commit is contained in:
Treehugger Robot
2018-11-28 02:04:17 +00:00
committed by Gerrit Code Review

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 "