cordova-plugin-intent-updated

1.0.2 • Public • Published

This is a fork of the plugin under https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent

With the following:

  • Within plugin.xml to use the correct package path/namespace (the one used in the .java file)

    <source-file src="src/android/IntentShim.java" target-dir="src/com/darryncampbell/cordova/plugin/intent" />

    /cordova was missing...and the plugin class could not be instantiated...

  • Updated the getIntent action, in order to add one extra to it, whenever the app was launched from recent apps (means it was resumed, and not really launched from icon on home screen/notification). This way, the consuming application will be able to to determine the appropriate routing/state/screen, depending on whether the app was launched vs. resumed/recovered from recent apps...

Installation:

$ ionic cordova plugin add cordova-plugin-intent-updated

Package Sidebar

Install

npm i cordova-plugin-intent-updated

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

38.9 kB

Total Files

7

Last publish

Collaborators

  • fcarreno