How do I disable the Internet connection in Android Emulator?

后端 未结 11 1717
执念已碎
执念已碎 2020-12-29 01:33

I am trying to check Internet connectivity on Android using the following method. I have a Wi-Fi connection.

private boolean checkInternetConnection() {
             


        
11条回答
  •  长情又很酷
    2020-12-29 01:56

    telnet localhost 5554 (or Android emulator number)

    Internet enabled:

    gsm data home
    

    Internet disabled:

    gsm data unregistered
    

    You can use my library, available on http://www.cristianmarquez.com.ar.

提交回复
热议问题