How to list my app with a different name in other apps chooser intent in Android

jiawen

I have an activity that receives ACTION_SEND intent, so my app shows up when user clicks "Share" button in another app. By default, my app shows up with the app name as the title in the intent list, how can I change the title to something else?

For example, Pinterest's app name is "Pinterest", but it shows up as "Add a pin" in other app's share list.

CommonsWare

android:label on the <intent-filter> element should cover this. Set that to be whatever you want to see on the chooser.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to list my app with a different name in other apps chooser intent in Android

From Dev

How can open link from other Apps in my App in Android

From Dev

Android - Show an app chooser of all of the installed apps

From Dev

How to implement navigation with different apps to my app in android?

From Dev

How to Hide other apps from my app?

From Dev

App chooser Intent doesn't appear in android emulator

From Dev

My app won't show up on the chooser dialog for android.intent.action.VIEW with mime type video/* only on Marshmallow

From Dev

How to open Google play store app directly without chooser intent

From Dev

How to make my Android app appear in the app chooser when emailing a WhatsApp chat?

From Dev

How to make my app intent to an other screen when something happens

From Dev

Android. Custom Intent chooser

From Dev

Android. Custom Intent chooser

From Dev

Empty Chooser with ActionSend Intent in Android

From Dev

Android: How to get a list of apps or call main app menu/launcher from my app?

From Dev

android development: how does my intent / icon get added to user's list like other social media in Android

From Dev

How do I make my app appear in app chooser?

From Dev

Can't make my app appear in the chooser Android BROWSABLE

From Dev

Can't make my app appear in the chooser Android BROWSABLE

From Dev

Start spesific app preventing Intent chooser

From Dev

Intent chooser can't find app to handle

From Dev

How to start and App Chooser

From Dev

How to start and App Chooser

From Dev

How to choose any app to launch with the app chooser in Android?

From Dev

Automatically open Intent Chooser for the file Android

From Dev

Android: Add custom option to Chooser Intent

From Dev

Android -- intent chooser for whatsapp and sms only

From Dev

Android Share Intent Chooser EMail Client Only

From Dev

Deeplink on click opens intent chooser in android

From Dev

How to get List of All messaging Apps from my app in iOS

Related Related

  1. 1

    How to list my app with a different name in other apps chooser intent in Android

  2. 2

    How can open link from other Apps in my App in Android

  3. 3

    Android - Show an app chooser of all of the installed apps

  4. 4

    How to implement navigation with different apps to my app in android?

  5. 5

    How to Hide other apps from my app?

  6. 6

    App chooser Intent doesn't appear in android emulator

  7. 7

    My app won't show up on the chooser dialog for android.intent.action.VIEW with mime type video/* only on Marshmallow

  8. 8

    How to open Google play store app directly without chooser intent

  9. 9

    How to make my Android app appear in the app chooser when emailing a WhatsApp chat?

  10. 10

    How to make my app intent to an other screen when something happens

  11. 11

    Android. Custom Intent chooser

  12. 12

    Android. Custom Intent chooser

  13. 13

    Empty Chooser with ActionSend Intent in Android

  14. 14

    Android: How to get a list of apps or call main app menu/launcher from my app?

  15. 15

    android development: how does my intent / icon get added to user's list like other social media in Android

  16. 16

    How do I make my app appear in app chooser?

  17. 17

    Can't make my app appear in the chooser Android BROWSABLE

  18. 18

    Can't make my app appear in the chooser Android BROWSABLE

  19. 19

    Start spesific app preventing Intent chooser

  20. 20

    Intent chooser can't find app to handle

  21. 21

    How to start and App Chooser

  22. 22

    How to start and App Chooser

  23. 23

    How to choose any app to launch with the app chooser in Android?

  24. 24

    Automatically open Intent Chooser for the file Android

  25. 25

    Android: Add custom option to Chooser Intent

  26. 26

    Android -- intent chooser for whatsapp and sms only

  27. 27

    Android Share Intent Chooser EMail Client Only

  28. 28

    Deeplink on click opens intent chooser in android

  29. 29

    How to get List of All messaging Apps from my app in iOS

HotTag

Archive