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 moreWhat is INTERNET permission?
<uses-permission android:name=”android.permission.ACCESS_NETWORK_STATE” /> Note: Both the Internet and ACCESS_NETWORK_STATE permissions are normal permissions, which means they’re granted at install time and don’t need to be requested at runtime .
Read moreWhat is receive data from INTERNET permission?
Receive data from internet Allows apps to accept cloud to device messages sent by the apps service . Using this service will incur data usage. Malicious apps could cause excess data usage. Allows access to Hardware. 166,497 apps use this permission.
Read moreHow do I allow an app to access the Internet?
In the Android Mobile network settings, tap on Data usage. Next, tap on Network access. Now you see a list of all your installed apps and checkmarks for their access to mobile data and Wi-Fi.
Read moreHow do I allow certain apps to access the INTERNET?
To access this, go to “Settings -> Network & Internet” and select the Wi-Fi network . In some phones, it can be viewed as an icon. The data saver menu has a toggle switch which remains off. As soon as you turn it on, you will see a list of apps with Internet access that can be controlled.
Read more