No, you shouldn’t ask for INTERNET permission at runtime . INTERNET belongs to the Normal permissions group, which are automatically granted by the system if they’re declared in the Manifest, as mentioned in this document: Normal permissions do not directly risk the user’s privacy.
Read moreHow do I get permission off Android manifest file?
The simple way to remove this type of permission, is by deleting its xml code line from the original Android Manifest file in android/app/src/main .
Read moreHow do I get permission to use the internet?
Add internet permission in AndroidManifest.
Read moreDoes Android have full network access permissions?
The “Full Network Access” permission (used by 83% of apps) allows an app to access whatever network the device is connected to at the time , while the “View Network Connections” permission (used by 69% of apps) allows the app to see what networks the device has access to.
Read moreHow do you reset permissions on Android?
Change app permissions
Read moreWhich permission is used for INTERNET?
The “Full Network Access” permission (used by 83% of apps) allows an app to access whatever network the device is connected to at the time, while the “View Network Connections” permission (used by 69% of apps) allows the app to see what networks the device has access to.10 Kas 2015
Read moreWhat is the main purpose of permissions in Android?
App permissions help support user privacy by protecting access to the following: Restricted data, such as system state and a user’s contact information. Restricted actions, such as connecting to a paired device and recording audio.
Read more