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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user