I'm new to Android.
My online app throws exception when I try to connect to any server.
java.lang.SecurityException: Permission denied (missing INTERNET permission?)
What should I do?
I'm new to Android.
My online app throws exception when I try to connect to any server.
java.lang.SecurityException: Permission denied (missing INTERNET permission?)
What should I do?
Add this line to your Manifest :
<uses-permission android:name="android.permission.INTERNET" />