Merge "Fix JE in RemoteFillService,Make sure onServiceConnected operation to be handled in same thread." am: 39736939fe
am: e0ab435a56
Change-Id: Ib34be768e31b9ceeb4cf26bf7f6c8a057e4df45d
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