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

Commit 97fc7d6b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Call ActivityManagerService.enterSafeMode"

parents f4b0318d a848a8ec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1671,6 +1671,10 @@ public final class SystemServer {
        mSystemServiceManager.startService(StatsCompanionService.Lifecycle.class);
        traceEnd();

        if (safeMode) {
            mActivityManagerService.enterSafeMode();
        }

        // MMS service broker
        traceBeginAndSlog("StartMmsService");
        mmsService = mSystemServiceManager.startService(MmsServiceBroker.class);