Loading services/core/java/com/android/server/tv/TvInputManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -500,6 +500,7 @@ public final class TvInputManagerService extends SystemService { && parentInfo != null && parentInfo.id == mCurrentUserId) { // only the children of the current user can be started in background mCurrentUserId = userId; startProfileLocked(userId); } } Loading Loading
services/core/java/com/android/server/tv/TvInputManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -500,6 +500,7 @@ public final class TvInputManagerService extends SystemService { && parentInfo != null && parentInfo.id == mCurrentUserId) { // only the children of the current user can be started in background mCurrentUserId = userId; startProfileLocked(userId); } } Loading