Moodle's fork of a general purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.
npm install @moodlehq/cordova-plugin-intentThis is a fork of com-darryncampbell-cordova-plugin-intent by Moodle HQ. If you are looking for the documentation, you can read the original at darryncampbell/darryncampbell-cordova-plugin-intent.
We created this fork because we needed to include the following modifications in our mobile application:
| PR | Description |
| -- | ----------- |
| - | Remove REQUEST_INSTALL_PACKAGES permission |
| - | Fix plugin.xml declarations |
You can see all the changes here: ce81802...moodlemobile:v2.2.0-moodle.3
You can install this package using the original installation instructions, but installing this package instead:
``sh``
cordova plugin add @moodlehq/cordova-plugin-intent@2.2.0-moodle.3