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

Commit edecaa56 authored by Bryan Yu's avatar Bryan Yu
Browse files

Disable intrustion detection service on desktop

Bug: 361710645
Test: deploy on DUT and boot
Flag: EXEMPT desktop only
Change-Id: I2d098196d7ce73212ca0f7f4a2690293eceb2168
parent 6c0a9630
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1799,7 +1799,7 @@ public final class SystemServer implements Dumpable {
            mSystemServiceManager.startService(LogcatManagerService.class);
            t.traceEnd();

            if (!isWatch && !isTv && !isAutomotive
            if (!isWatch && !isTv && !isAutomotive && !isDesktop
                    && android.security.Flags.aflApi()) {
                t.traceBegin("StartIntrusionDetectionService");
                mSystemServiceManager.startService(IntrusionDetectionService.class);