I found an example in 
http://dl.google.com/io/2009/pres/W_0300_CodingforLife-BatteryLifeThatIs.pdf
(slide 10) of detecting 3G connections, and it seems to be working in
my app. For other connection types, I imagine you could just simulate
the different networks via DDMS and debug the return values yourself.

String

On Oct 13, 1:24 pm, jsdf <[email protected]> wrote:
> Hi all,
> Is there a way to determine connection speed?
> E.g. EDGE, 3G, etc.?
> I already know NetworkInfo.getType() will tell me Wifi or Mobile.
> I'm looking at Is this NetworkInfo.getSubtypeName(), but the function
> is undocumented.
>
> Thanks,
> jsdf
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to