Missing internet permission error
In case you are receiving the following error:java.lang.SecurityException: Permission denied (missing INTERNET permission?)You should add the following string to your app AndroidManifest.xml:
<uses-permission android:name="android.permission.INTERNET" />