Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

Many apps give you the option to "Share" whatever it is you are looking at (or watching or listening to). This usually manifests in the form of a popup list of services that include: Gmail, Facebook, Twitter...) The list seems to be the same from app to app. How can I change what services are listed on this popup screen? Is there any way to change, add, remove, append this list?

I'm running Android 2.2 on a Moto Droid 1.

share|improve this question

3 Answers

up vote 8 down vote accepted

The items in the list are determined by which installed apps support the ACTION_SEND intent. Any app that supports that intent will be included in the list. I don't think there is a way for users to modify the list other than installing/uninstalling applications.

share|improve this answer
This is kind of infuriating when about half of the apps that pop up for "share" are things I will never want to use. Hopefully this will be addressed some day, even if only in a custom ROM. – Malachi Mar 22 '11 at 16:02

You can't change the list, short of removing the apps in question. Speaking as an app developer, I can say it's also hard to do it from that side too - so we're pretty much stuck with how the system works.

It may be annoying, but the system makes interop so easy between applications, both from the user and developer perspectives, that it's hard to complain.

share|improve this answer

Andmade Share can customize that list. It has some limitations, but sounds like it should do what you want.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.