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

Commit 6966f450 authored by Peter Qiu's avatar Peter Qiu Committed by android-build-merger
Browse files

Merge "osu: remove calls to deprecated APIs" am: e9514808 am: 30874ed6

am: 0a5b88e2

Change-Id: Ifb54b8061a70851a8989fae30466f87822e05943
parents a30eb89e 0a5b88e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -134,8 +134,8 @@ public class WifiNetworkAdapter {
    public HomeSP addSP(MOTree instanceTree) throws IOException, SAXException {
        WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE);
        String xml = instanceTree.toXml();
        wifiManager.addPasspointManagementObject(xml);
        return MOManager.buildSP(xml);
        // TODO(b/32883320): use the new API for adding Passpoint configuration.
        return null;
    }

    public void removeSP(String fqdn) throws IOException {