java.lang.SecurityException: Permission denied (missing INTERNET permission?)

java.lang.SecurityException: Permission denied (missing INTERNET permission?) indicates that the app is missing the required permission to access the internet. Ensure that the app's manifest file includes the <uses-permission android:name="android.permission.INTERNET" /> tag. This permission is necessary for the app to access the internet and make network requests