I know this is a frequently asked question in early days, for example, we can easily found the following related discussions:
- How to know which intent is selected in Intent.ACTION_SEND?
- Set a different text to an ACTION_SEND intent according to the application selected in the chooser
However, Android API evolved in these years (2011~end of 2014), I would like to know if there is any new way to know which application is selected to do Intent.ACTION_SEND
? Or this is still not possible?