8

Does somebody know how Android OS tries to determine the internet availability? Do they ping their own servers?

Comments
  • 0
    @zvyn When you connect to a WiFi Network (also the one at home) and there is a ping of >3000 or no access to outside internet wifi shows an ! Next to the wifi symbol. And I wanna remove this because my wifi is totally local and separated from the one with wifi.
  • 5
    Yup, connectivitycheck.gstatic.com is the URL if I recall it correctly
  • 0
    Ping is a bad way to check if something is up or not.
  • 0
    @Linux what do you suggest senpai?
  • 1
    @uuid
    telnet $HOST $PORT
Add Comment