Kennyc1012 / BottomSheetMenu

BottomSheetMenu style dialogs for Android
Apache License 2.0
887 stars 99 forks source link

How to filter out specific built-in sharing Options #37

Closed CeJienAJPC closed 8 years ago

CeJienAJPC commented 8 years ago

When using createShareBottomSheet(), many unnecessary built-in sharing options (like Bluetooth, WLAN-Direct, built-in QR code apps and much more) are displayed. I there any way I can filter out specific sharing options by mentioning their package name.

A similar feature is available with BottomSheet library offered by Flipboard

If no such feature is available adding such a feature would be helpful for the developers

Kennyc1012 commented 8 years ago

There is a way for it to include a specific Set of packages, see here but there isn't a way to exclude any currently.

CeJienAJPC commented 8 years ago

Oh, I see. Would be great, If you can add the feature (to exclude a list of apps) in the future builds. Thanks for the response

Regards