mirror of
https://github.com/apache/cordova-android.git
synced 2026-07-06 00:00:08 +08:00
1d01ea1fc0
* doc: improve documentation of `onRequestPermissionResult` and `onRequestPermissionsResult` - Make clear, that these methods are not only called, when the user grants permissions, but also when he denies them or the request was interrupted. - Add note, how the call chain ist - Make clear, that `onRequestPermissionResult` is legacy and should not be used anymore - Add Android Developer documentation link for the new `onRequestPermissionsResult` * doc: improve documentation - Forgot to commit everything