Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-plugin-media-capture/pull/51#discussion_r56393172 --- Diff: README.md --- @@ -175,6 +175,14 @@ code. ### Android Quirks - The `duration` parameter is not supported. Recording lengths can't be limited programmatically. +- Android uses intents to launch the camera activity on the device to capture +images, and on phones with low memory, the Cordova activity may be killed. In this +scenario, the result from the plugin call will be delivered via the resume event. +See [the Android Lifecycle guide][android_lifecycle] --- End diff -- This is a reference style markdown link and I think you missed copying over the actual link definition at the bottom of the README. Should point to http://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html#lifecycle-guide
--- 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