Multiple choice technology platforms and products

If any of the permissions declared in tag fails, then what exception is thrown back to the application -

  1. SecurityException

  2. NotValidPermissionException

  3. PermissionNotAllowedException

  4. None of above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When an app calls a protected API without the required permission, Android throws SecurityException at runtime. This is the documented exception type for permission violations in Android's permission model.