am 1e02ebd2: Merge "Update network subtypes info so it is current." into honeycomb
* commit '1e02ebd225cfe629a4ab2b98f19e4e08ad97c397': Update network subtypes info so it is current.
This commit is contained in:
@@ -221,6 +221,8 @@ public class MobileDataStateTracker implements NetworkStateTracker {
|
||||
if (!TextUtils.equals(apnType, mApnType)) {
|
||||
return;
|
||||
}
|
||||
mNetworkInfo.setSubtype(TelephonyManager.getDefault().getNetworkType(),
|
||||
TelephonyManager.getDefault().getNetworkTypeName());
|
||||
Phone.DataState state = Enum.valueOf(Phone.DataState.class,
|
||||
intent.getStringExtra(Phone.STATE_KEY));
|
||||
String reason = intent.getStringExtra(Phone.STATE_CHANGE_REASON_KEY);
|
||||
|
||||
Reference in New Issue
Block a user