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: I33721e344ec592a1d5c3f54d1078de5f152b0d17
This commit is contained in:
Kensuke Miyagi
2021-07-19 17:44:46 +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) {