I'm very new to Android development and can't find the answer to this. I have specified that I need the android.permission.INTERNET
permission in my manifest file but when I try to run the app on my phone it gives me a java.lang.SecurityException: Permission Denial: starting Intent
error. What am I missing?
Does my app need to be signed before I can request permissions even during development?