public class NetworkConfig extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
dependencyMet
indicates the boot time dependencyMet setting
|
String |
name
Human readable string
|
int |
priority
higher number == higher priority when turning off connections
|
int |
radio
the radio number from radio attributes config
|
int |
restoreTime
indicates the default restoral timer in seconds
if the network is used as a special network feature
-1 indicates no restoration of default
|
int |
type
Type from ConnectivityManager
|
Constructor and Description |
---|
NetworkConfig(String init)
input string from config.xml resource.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isDefault()
Indicates if this network is supposed to be default-routable
|
public String name
public int type
public int radio
public int priority
public boolean dependencyMet
public int restoreTime
public NetworkConfig(String init)