Find
C
ase-sensitive
R
egexp search
Path
Showing
7c611117
from
2026-08-16
:
No Bug, mozilla-central repo-update remote-settings tld-suffixes mobile-experiments ct-logs - r=release-managers,RyanVM
firefox-main
/
mobile
/
android
/
fenix
/
app
/
src
/
main
/
java
/
org
/
mozilla
/
fenix
/
wifi
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
SitePermissionsWifiIntegration.kt
Handles implementation details of only setting up a WIFI connectivity listener if the current user settings require it.
2489
-
WifiConnectionMonitor.kt
Attaches itself to the [Application] and listens for WIFI available/not available events. This allows calling code to set simpler listeners. Example: ```kotlin app.components.wifiConnectionListener.addOnWifiConnectedChangedListener { isConnected -> if (isConnected) { downloadThing() } } app.components.wifiConnectionListener.start() ```
4315
-