Android Permissions

All you ever wanted to know about Android permissions

android.permission.INTERNET

full network access
Allows the app to create network sockets and use custom network protocols. The browser and other applications provide means to send data to the internet, so this permission is not required to send data to the internet.

Belongs to:

android.permission-group.NETWORK

Network communication
Access various network features.