GitHub user riknoll opened a pull request:

    https://github.com/apache/cordova-android/pull/285

    CB-10963: Handle overlapping permission requests from plugins

    Adds support for overlapping permission requests from plugins (i.e. 
requests that are made while another request is still pending). The old 
behavior was to just return the last permission request, which meant that 
plugins could inadvertently cancel requests made by other plugins.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-android CB-10963

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-android/pull/285.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #285
    
----
commit 49112607c958fc5c623b10c3fa1b697b1f7f214e
Author: Richard Knoll <[email protected]>
Date:   2016-03-25T18:07:27Z

    CB-10963: Handle overlapping permission requests from plugins

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to