merge from master
Change-Id: Ic03669db3f4595336a7dbc13ffc77d055d11acf9
This commit is contained in:
@@ -432,6 +432,7 @@ public final class SystemServer {
|
||||
NsdService serviceDiscovery= null;
|
||||
WindowManagerService wm = null;
|
||||
UsbService usb = null;
|
||||
BluetoothManagerService bluetooth = null;
|
||||
SerialService serial = null;
|
||||
NetworkTimeUpdateService networkTimeUpdater = null;
|
||||
CommonTimeManagementService commonTimeMgmtService = null;
|
||||
@@ -441,7 +442,6 @@ public final class SystemServer {
|
||||
AudioService audioService = null;
|
||||
MmsServiceBroker mmsService = null;
|
||||
EntropyMixer entropyMixer = null;
|
||||
CameraService cameraService = null;
|
||||
|
||||
boolean disableStorage = SystemProperties.getBoolean("config.disable_storage", false);
|
||||
boolean disableBluetooth = SystemProperties.getBoolean("config.disable_bluetooth", false);
|
||||
@@ -1333,7 +1333,7 @@ public final class SystemServer {
|
||||
intent.setComponent(new ComponentName("com.android.systemui",
|
||||
"com.android.systemui.SystemUIService"));
|
||||
//Slog.d(TAG, "Starting service: " + intent);
|
||||
context.startServiceAsUser(intent, UserHandle.OWNER);
|
||||
context.startServiceAsUser(intent, UserHandle.SYSTEM);
|
||||
}
|
||||
|
||||
private static void traceBeginAndSlog(String name) {
|
||||
|
||||
Reference in New Issue
Block a user