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

Commit 1bdb91d8 authored by Roshan Pius's avatar Roshan Pius Committed by Android (Google) Code Review
Browse files

Merge "WifiScanner: Enhance doc for setScanningEnabled API"

parents fe666bdf 49cc6e3a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -750,7 +750,10 @@ public class WifiScanner {

    /**
     * Enable/Disable wifi scanning.
     *
     * Note: WifiService calls this after any client interface mode changes (i.e. a new interface
     * set up or an existing interface torn down)
     * If there are >= 1 active client interface, invoke setScanningEnabled(true)
     * If there are 0 active client interface, invoke setScanningEnabled(false)
     * {@hide}
     */
    @RequiresPermission(Manifest.permission.NETWORK_STACK)