Merge "Allow Intelligence Service app to obtain Clipboard permission."
This commit is contained in:
@@ -1136,6 +1136,13 @@ public final class SystemServer {
|
||||
traceEnd();
|
||||
}
|
||||
|
||||
if (!disableIntelligence) {
|
||||
traceBeginAndSlog("StartIntelligenceService");
|
||||
mSystemServiceManager.startService(INTELLIGENCE_MANAGER_SERVICE_CLASS);
|
||||
traceEnd();
|
||||
}
|
||||
|
||||
// NOTE: ClipboardService indirectly depends on IntelligenceService
|
||||
traceBeginAndSlog("StartClipboardService");
|
||||
mSystemServiceManager.startService(ClipboardService.class);
|
||||
traceEnd();
|
||||
@@ -1767,12 +1774,6 @@ public final class SystemServer {
|
||||
traceEnd();
|
||||
}
|
||||
|
||||
if (!disableIntelligence) {
|
||||
traceBeginAndSlog("StartIntelligenceService");
|
||||
mSystemServiceManager.startService(INTELLIGENCE_MANAGER_SERVICE_CLASS);
|
||||
traceEnd();
|
||||
}
|
||||
|
||||
traceBeginAndSlog("AppServiceManager");
|
||||
mSystemServiceManager.startService(AppBindingService.Lifecycle.class);
|
||||
traceEnd();
|
||||
|
||||
Reference in New Issue
Block a user