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

Commit b3b7b197 authored by Tom Hsu's avatar Tom Hsu
Browse files

Add a constant into WifiUtils

fix: 339766290
Test: build pass
Change-Id: I0473012010be4f9d2de3a4f92c924e34e88fdce1
Merged-In: I169eaf829684ad62bb566cd554880e137734e2f1
parent 59586bc5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -502,5 +502,6 @@ open class WifiUtils {
            }

        const val SSID = "ssid"
        const val DIALOG_WINDOW_TYPE = "dialog_window_type"
    }
}