Merge "Rename bindService to bindServiceAsUser to follow convention."
This commit is contained in:
committed by
Android (Google) Code Review
commit
d4fe37bee7
@@ -888,7 +888,8 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
|
||||
Slog.e(TAG, "--- bind failed: service = " + service + ", conn = " + conn);
|
||||
return false;
|
||||
}
|
||||
return mContext.bindService(service, conn, flags, mSettings.getCurrentUserId());
|
||||
return mContext.bindServiceAsUser(service, conn, flags,
|
||||
new UserHandle(mSettings.getCurrentUserId()));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user