My Android application allows users to read full articles from various blogs and share the posts using Android's in-built sent action:
Intent shareIntent = new Intent(android.content.Intent.ACTION_SEND);
When I share an article, Twitter indicates it is shared via Twitter for Android, and Facebook simply has an RSS icon with no "shared via" at all.
What is the procedure of getting my app's title to appear next to "Shared via" for those social networks?