Skip to content

General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.

License

Notifications You must be signed in to change notification settings

nexushubs/cordova-plugin-intent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 88.5%
  • JavaScript 11.5%