Fix issue of TvInputManagerService not binding to TvInput services in Kids

Bug: 193923350
Bug: 179737219
Test: verified the binding happens
Change-Id: Ie4cb63c5bc39d6f4986671554866a96e16386814
This commit is contained in:
Kensuke Miyagi
2021-07-16 12:22:57 -07:00
parent 831f52e0d5
commit 4fb0c78cf1

View File

@@ -467,9 +467,9 @@ public final class TvInputManagerService extends SystemService {
}
private void startProfileLocked(int userId) {
mRunningProfiles.add(userId);
buildTvInputListLocked(userId, null);
buildTvContentRatingSystemListLocked(userId);
mRunningProfiles.add(userId);
}
private void switchUser(int userId) {