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:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user