0

I'm struggling finding the right keywords to achieve this.

I'm basically trying to have a different app name in the Sharing dialog from other apps, pretty much the same way Pocket shows "Add to Pocket" instead of just "Pocket".

Any help would be greatly appreciated =) Thanks

ben
  • 1,151
  • 10
  • 20
  • for this u will need to customize Sharing Dialog instead of Default. see [Intercepting Android’s action_send Intents](http://clickclickclack.wordpress.com/2012/01/03/intercepting-androids-action_send-intents/#) and [How to create custom share dialog in Android](http://stackoverflow.com/questions/13807490/how-to-create-custom-share-dialog-in-android) for creating custom Sharing dialog where u can easy change sharing app names like "Add to Pocket" instead of just "Pocket" – ρяσѕρєя K Mar 26 '13 at 18:38
  • Raghav's answer below is doing the same thing more simply and system wide, but thanks for your suggestion ;) – ben Mar 26 '13 at 19:03

1 Answers1

5

Change the value of android:label in the Activity which has the intent filter.

Raghav Sood
  • 81,899
  • 22
  • 187
  • 195