damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.43k stars 800 forks source link

Data connection facade (internet) #223

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:27

Data connection facade should provide functions to:
1) check if a data connection is established
2) toggle a data connection on/off
3) what kind of data connection is active: 3G, H, ...
etc.

Thanks.

Original issue reported on code.google.com by andrea.i...@gmail.com on 18 Aug 2010 at 7:18

Copied from original issue: damonkohler/android-scripting#403