Bind hardware TIS at startup

Bug: 17336654
Change-Id: Ia1354305ee83c7c15afb7647f000c8b023c4648d
This commit is contained in:
Wonsik Kim
2014-08-30 12:55:10 +09:00
parent 1728879d9c
commit f271eacba7

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);
}