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

Commit 68264182 authored by Sky Faber's avatar Sky Faber Committed by Android (Google) Code Review
Browse files

Merge "Enable ability for secondary users to scan for networks, but not forget."

parents a242d220 ae81483a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1447,6 +1447,14 @@ public class WifiManager {
     */
    public static final int INVALID_ARGS                = 8;

    /**
     * Passed with {@link ActionListener#onFailure}.
     * Indicates that the operation failed due to user permissions.
     *
     * @hide
     */
    public static final int NOT_AUTHORIZED              = 9;

    /** Interface for callback invocation on an application action */
    public interface ActionListener {
        /** The operation succeeded */