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

Commit a9dda0e8 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

Change-Id: Ica379a97191bb4c7f7b93b4b3396df9e102d30e0
parents 0d9b4797 2d2d3542
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);