Reputation: 1682
Currently investigating this area will update this post if / when i find anything out. Any extra brain power will be much appreciated on this.
similar but not duplicate thread - Android : Check 3G or Wifi network is ON or Available or not on android Device
Use case.
User walking along the road using 3G. When the background service sees that networks are available :
If it does perform our Wispr authentication logic.
Then ONLY once we have got an active connection, switch the user off of 3G and onto that WiFi network.
Basically, can I send calls specifically using the WIFI device port whilst allowing the user to continue using 3G?
Thanks
Upvotes: 1
Views: 589
Reputation: 576
Looks like there might be a way - Let WiFi and 3G connection work together by hacking ConnectivityService.java - but looks nasty.
Could you enable both - check for wifi connectivity and then disconnect 3g /or wifi depending on the outcome?
Upvotes: 1