Thursday, July 21, 2011

[android-developers] Re: can Wi-Fi and 3G establish network connections individually and simutaneously on a single android?

Yes.

Using

http://developer.android.com/reference/android/net/ConnectivityManager.html#TYPE_MOBILE_HIPRI

you should be able to do short, explicitly routed transmissions on the
mobile network while maintaining a WiFi connection. There's a timeout
on the TYPE_MOBILE_HIPRI request and you may need to refresh it every
minute or so to maintain the connection.


On 14 Juli, 06:33, Ryan <ryanhsu1...@gmail.com> wrote:
> Hi ,
> can Wi-Fi and 3G establish network connections individually and
> simutaneously on a single android?
> thanks

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment