Merge "Fix issue of TvInputManagerService not binding to TvInput services in Kids" into sc-dev am: afd8e9bb44

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15315830

Change-Id: I288e5f76b32842a0fe4c490c73534cd977ea0242
This commit is contained in:
Kensuke Miyagi
2021-07-19 17:45:16 +00:00
committed by Automerger Merge Worker

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) {