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

Commit d3d5cb46 authored by pkanwar's avatar pkanwar
Browse files

Revert "DO NOT MERGE: Add API to indicate carrier networks."

These changes are not applicable for aosp and will be implemented in
master.

This reverts commit 9f47a5d8.

Bug: 31003437
parent 70eb66a9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -53,8 +53,6 @@ interface IWifiManager

    List<WifiConfiguration> getConfiguredNetworks();

    boolean hasCarrierConfiguredNetworks();

    List<WifiConfiguration> getPrivilegedConfiguredNetworks();

    WifiConfiguration getMatchingWifiConfig(in ScanResult scanResult);
+0 −9
Original line number Diff line number Diff line
@@ -747,15 +747,6 @@ public class WifiManager {
        }
    }

    /** @hide */
    public boolean hasCarrierConfiguredNetworks() {
        try {
            return mService.hasCarrierConfiguredNetworks();
        } catch (RemoteException e) {
            throw e.rethrowFromSystemServer();
        }
    }

    /** @hide */
    @SystemApi
    public List<WifiConfiguration> getPrivilegedConfiguredNetworks() {