Merge "Move GameManager to android.app package." into sc-dev

This commit is contained in:
TreeHugger Robot
2021-02-02 19:36:13 +00:00
committed by Android (Google) Code Review
12 changed files with 20 additions and 20 deletions

View File

@@ -367,7 +367,7 @@ public final class SystemServer implements Dumpable {
private static final String ROLE_SERVICE_CLASS = "com.android.role.RoleService";
private static final String GAME_MANAGER_SERVICE_CLASS =
"com.android.server.graphics.GameManagerService$Lifecycle";
"com.android.server.app.GameManagerService$Lifecycle";
private static final String TETHERING_CONNECTOR_CLASS = "android.net.ITetheringConnector";