If I have something like: mConnectivityManager= (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE); NetworkInfo mActiveNetworkInfo= mConnectivityManager.getActiveNetworkInfo(); Log.d(TAG, "network info -> subtype name: " + mActiveNetworkInfo.getSubtypeName());
I would get this in the logs: "network info -> subtype name: HSDPA" I am assuming this is something that is network-provided (here I'm on T-Mobile US) and each carrier could have different technology types and subsequently different values, i.e. Verizon or Sprint would have different values altogether as they're CDMA. Assuming the above is true, would there be a list somewhere of what different carriers report for the subtype? The documentation seems to be a little sparse for this. Thanks Rob -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

