No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |
↳ | android.support.v4.net.ConnectivityManagerCompat |
Helper for accessing features in ConnectivityManager
introduced after API level 16 in a backwards compatible fashion.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Return the
NetworkInfo that caused the given
CONNECTIVITY_ACTION broadcast.
|
|||||||||
|
|
Returns if the currently active data network is metered.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Return the NetworkInfo
that caused the given CONNECTIVITY_ACTION
broadcast. This obtains the current state from ConnectivityManager
instead of using the potentially-stale value from EXTRA_NETWORK_INFO
.
Returns if the currently active data network is metered. A network is classified as metered when the user is sensitive to heavy data usage on that connection. You should check this before doing large data transfers, and warn the user or delay the operation until another network is available.