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

Commit 6561fd95 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Change factoryReset to succeed for Settings" into qt-dev am: 7fc7f9ce am: 2d2d3542

am: a9dda0e8

Change-Id: I75b0f141421ff0eec3e9d62daf953600a8173186
parents 534db6da a9dda0e8
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -6899,8 +6899,10 @@ public class ConnectivityService extends IConnectivityManager.Stub

        final int userId = UserHandle.getCallingUserId();

        Binder.withCleanCallingIdentity(() -> {
            final IpMemoryStore ipMemoryStore = IpMemoryStore.getMemoryStore(mContext);
            ipMemoryStore.factoryReset();
        });

        // Turn airplane mode off
        setAirplaneMode(false);