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:
@@ -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