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 :
- Check if the Wifi network that we now see can be associated to.
- Check if the Wifi provides an active connection (do a test ping and look for expected results)
- Does the Wifi network need a Wispr Login.
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