__________ represents Android WiFi Connectivity service.
-
ConnectivityManager
-
WiFiManager
-
NetworkManager
-
None of above
Reveal answer
Fill a bubble to check yourself
B
Correct answer
Explanation
WifiManager is the correct Android service class for WiFi connectivity management. It provides methods for scanning, connecting, and managing WiFi networks. ConnectivityManager handles overall network connectivity state, not specifically WiFi.
AI explanation
WifiManager is the Android system service class used to manage all aspects of WiFi connectivity — scanning, connecting, and configuration. ConnectivityManager is a related but broader class that reports overall network state across all connection types (WiFi, mobile data, etc.), not WiFi specifically.