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

Commit 4a014d8f authored by Ningyuan Wang's avatar Ningyuan Wang Committed by Android (Google) Code Review
Browse files

Merge "Remove WifiManager 'scanWithTraffic' APIs"

parents 5e240579 0c731287
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
@@ -3592,26 +3592,6 @@ public class WifiManager {
        }
    }

    /**
     * Deprecated
     * Does nothing
     * @hide
     * @deprecated
     */
    public void setAllowScansWithTraffic(int enabled) {
        return;
    }

    /**
     * Deprecated
     * returns value for 'disabled'
     * @hide
     * @deprecated
     */
    public int getAllowScansWithTraffic() {
        return 0;
    }

    /**
     * Resets all wifi manager settings back to factory defaults.
     *