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

Commit ae81483a authored by Sky Faber's avatar Sky Faber
Browse files

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

Bug: 15437477
Bug: 14676589
Change-Id: I3f1956265f4877b8c3cba138628b7393c393d175
parent 7305b87b
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 */