GitHub user infil00p added a comment to the discussion: cordova-android: grantResults empty in onRequestPermissionResult?
Yes, it's totally possible if the user doesn't approve or deny the permission. This can happen if the user taps literally anywhere but the modal that pops up. https://developer.android.com/reference/android/app/Activity.html#onRequestPermissionsResult(int,%20java.lang.String[],%20int[]) GitHub link: https://github.com/apache/cordova/discussions/526#discussioncomment-12206957 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
