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

Commit 0c731287 authored by Ningyuan Wang's avatar Ningyuan Wang
Browse files

Remove WifiManager 'scanWithTraffic' APIs

Bug: 72333409
Test: compile, unit tests
Test: manually test wifi works
Change-Id: I8da1e63f610165a01077bef0127b2164f3b23fd0
parent f74e56af
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
@@ -3557,26 +3557,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.
     *