What\'s the difference between ACCESS_NETWORK_STATE and INTERNET?
If I use INTERNET, is it necessary to use ACCESS_NETWORK_STATE?
In other words, can I use INTER
INTERNET allows you to use the internet
ACCESS_NETWORK_STATE allows you to get the state of the network (wifi ,3g,4g) also you can check if the network is connected or not
If there is no internet the HTTP request will fail and you will get some sort of exception that you will have to handle