GitHub user dortzur opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/85
Fix Android images opening in document viewer When allowEdit is false, android opens the document viewer instead of photo gallery. The change uses ACTION_PICK in both cases, fixing the issue. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dortzur/cordova-plugin-camera master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-camera/pull/85.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 #85 ---- commit d4fb02630362882d397f738d13b9c47c5d0f8f4e Author: Dor Tzur <dort...@gmail.com> Date: 2015-04-15T14:34:53Z Open Photo gallery instead of document viewer In android, if allowEdit is equal to false while choosing from gallery, the document viewer would open instead of the photo gallery. The change is that ACTION_PICK is used wether or not allowEdit is enabled. commit a7c38edd6ad05edbf9fdefe1b0a24a6828961d56 Author: Dor Tzur <dort...@gmail.com> Date: 2015-04-15T14:35:21Z Merge pull request #1 from dortzur/dortzur-patch-1 Open Photo gallery instead of document viewer ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org