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

Commit 3b056773 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Change factoryReset to succeed for Settings"

parents 94deb1ca 29ddbd5b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -6892,8 +6892,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);