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

Commit 20426edc authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove AppIntegrityManagerService from the SystemServer." into main

parents f9362c64 2c2baf27
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