Merge "Bind hardware TIS at startup" into lmp-dev

This commit is contained in:
Wonsik Kim
2014-09-01 04:32:55 +00:00
committed by Android (Google) Code Review

View File

@@ -247,6 +247,7 @@ public final class TvInputManagerService extends SystemService {
// let it add TvInputInfo objects to mInputList if there's any.
serviceState = new ServiceState(component, userId);
userState.serviceStateMap.put(component, serviceState);
updateServiceConnectionLocked(component, userId);
} else {
inputList.addAll(serviceState.inputList);
}