Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c2baf27 authored by Ömer Yaveroğlu's avatar Ömer Yaveroğlu
Browse files

Remove AppIntegrityManagerService from the SystemServer.

Change-Id: I0a35d99d99a46abd2e00c5d9d0ddf9f4cf680943
Bug: 364200023
Flag: android.server.remove_app_integrity_manager_service
parent 1388e5b4
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -1787,9 +1787,11 @@ public final class SystemServer implements Dumpable {
            SignedConfigService.registerUpdateReceiver(mSystemContext);
            t.traceEnd();

            if (!android.server.Flags.removeAppIntegrityManagerService()) {
                t.traceBegin("AppIntegrityService");
                mSystemServiceManager.startService(AppIntegrityManagerService.class);
                t.traceEnd();
            }

            t.traceBegin("StartLogcatManager");
            mSystemServiceManager.startService(LogcatManagerService.class);
+7 −0
Original line number Diff line number Diff line
@@ -52,3 +52,10 @@ flag {
     bug: "340929737"
     is_fixed_read_only: true
}

flag {
     name: "remove_app_integrity_manager_service"
     namespace: "package_manager_service"
     description: "Remove AppIntegrityManagerService"
     bug: "364200023"
}
 No newline at end of file