Intent Details | Value | Remarks |
---|---|---|
Action | android.intent.action.SEND | The value for action remains the same. So, no configuration parameter is exposed for the same. |
Category | android.intent.category.DEFAULT | The value for the category remains the same. So, no configuration parameter is exposed for the same. |
Package | Receiver app package name | This is a new configurable parameter, and it is mandatory to provide. |
Class | Broadcast receiver app Class name | This is a new configurable parameter, and it is optional. |