android · android/SecurityException
SecurityException
SecurityException
Thrown when an app attempts an operation it is not permitted to perform, usually because a required permission has not been declared in AndroidManifest.xml or has not been granted at runtime (API 23+). Request permissions with ActivityCompat.requestPermissions() and check with ContextCompat.checkSelfPermission().