am 1b51c9cb: Merge "Make SystemService constructor take a Context." into klp-modular-dev
* commit '1b51c9cb96fe2a0818289857a016521eed1ec183': Make SystemService constructor take a Context.
This commit is contained in:
@@ -106,9 +106,9 @@ public final class SystemServer {
|
||||
* them from the build system somehow.
|
||||
*/
|
||||
private static final String BACKUP_MANAGER_SERVICE_CLASS =
|
||||
"com.android.server.backup.BackupManagerSystemService";
|
||||
"com.android.server.backup.BackupManagerService$Lifecycle";
|
||||
private static final String DEVICE_POLICY_MANAGER_SERVICE_CLASS =
|
||||
"com.android.server.devicepolicy.DevicePolicyManagerSystemService";
|
||||
"com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle";
|
||||
private static final String APPWIDGET_SERVICE_CLASS =
|
||||
"com.android.server.appwidget.AppWidgetService";
|
||||
private static final String PRINT_MANAGER_SERVICE_CLASS =
|
||||
@@ -211,6 +211,7 @@ public final class SystemServer {
|
||||
|
||||
// Create the system service manager.
|
||||
mSystemServiceManager = new SystemServiceManager(mSystemContext);
|
||||
LocalServices.addService(SystemServiceManager.class, mSystemServiceManager);
|
||||
|
||||
// Start services.
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user