• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps can we modify native share menu Item ?

Hi All,
Can we modify native Share Menu according to our requirement.

For Example,

I need only Twitter, Email and Facebook option only into Share menu rest I don't want. But the Share Menu is showing by default Gmail, Messaging, Picasa and Bluetooth.

Any help is greatly appreciated!


Thanks and Regards,
Andy:confused:
 
If the context menu is in your own app you can program it however you want, but if you use startActivity(Intent.createChooser....) - you will get a list of apps that support that file type.
 
Back
Top Bottom