Merge "Remove the signature protection for sensor privacy permissions" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f55d0c0d27
@@ -2731,13 +2731,6 @@ public final class SystemServer implements Dumpable {
|
||||
t.traceEnd();
|
||||
}
|
||||
|
||||
t.traceBegin("StartSystemUI");
|
||||
try {
|
||||
startSystemUi(context, windowManagerF);
|
||||
} catch (Throwable e) {
|
||||
reportWtf("starting System UI", e);
|
||||
}
|
||||
t.traceEnd();
|
||||
// Enable airplane mode in safe mode. setAirplaneMode() cannot be called
|
||||
// earlier as it sends broadcasts to other services.
|
||||
// TODO: This may actually be too late if radio firmware already started leaking
|
||||
@@ -2939,6 +2932,14 @@ public final class SystemServer implements Dumpable {
|
||||
}
|
||||
}, t);
|
||||
|
||||
t.traceBegin("StartSystemUI");
|
||||
try {
|
||||
startSystemUi(context, windowManagerF);
|
||||
} catch (Throwable e) {
|
||||
reportWtf("starting System UI", e);
|
||||
}
|
||||
t.traceEnd();
|
||||
|
||||
t.traceEnd(); // startOtherServices
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user