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

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

Merge "Disable AdvancedProtectionService on desktop" into main

parents 6cd3ed3c a8b8baf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1814,7 +1814,7 @@ public final class SystemServer implements Dumpable {
                t.traceEnd();
            }

            if (!isWatch && !isTv && !isAutomotive
            if (!isWatch && !isTv && !isAutomotive && !isDesktop
                    && android.security.Flags.aapmApi()) {
                t.traceBegin("StartAdvancedProtectionService");
                mSystemServiceManager.startService(AdvancedProtectionService.Lifecycle.class);