Merge "Fix issue of TvInputManagerService not binding to TvInput services in Kids" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
afd8e9bb44
@@ -467,9 +467,9 @@ public final class TvInputManagerService extends SystemService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void startProfileLocked(int userId) {
|
private void startProfileLocked(int userId) {
|
||||||
|
mRunningProfiles.add(userId);
|
||||||
buildTvInputListLocked(userId, null);
|
buildTvInputListLocked(userId, null);
|
||||||
buildTvContentRatingSystemListLocked(userId);
|
buildTvContentRatingSystemListLocked(userId);
|
||||||
mRunningProfiles.add(userId);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void switchUser(int userId) {
|
private void switchUser(int userId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user