Use share chooser with share notification action
NightlyNexus opened this issue · 1 comments
NightlyNexus commented
Minor thing, but it is not ideal that the share action allows for a default application.
Perhaps get the PendingIntent for a BroadcastReceiver and then show the share Intent chooser/picker in the BR.
JakeWharton commented
Can we just call createChooser
and bundle that in the PendingIntent
?