java.lang.Object | |
↳ | com.ardic.android.managers.wificonfig.WifiConfigManager |
Provides IWifiConfigManager
interface by calling getInterface(Context)
method.
For Wi-fi Configurations Management details, see IWifiConfigManager
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the global
IWifiConfigManager instance, creating it if it doesn't already
exist. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Retrieve the global IWifiConfigManager
instance, creating it if it doesn't already
exist.
Parameters | |
---|---|
context |
Context :
Context of the application |
Returns | |
---|---|
IWifiConfigManager |
IWifiConfigManager
|