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

Commit 02d10eb6 authored by Patrick Baumann's avatar Patrick Baumann Committed by android-build-merger
Browse files

Merge "Call ActivityManagerService.enterSafeMode" into qt-dev am: cfa47f61 am: 5d1b24d3

am: 65290a93

Change-Id: I9f649a6b663ca79cab1aa9b9e62a94455f974435
parents d103b927 65290a93
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1893,6 +1893,10 @@ public final class SystemServer {
        mSystemServiceManager.startService(IncidentCompanionService.class);
        t.traceEnd();

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

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