0

In my app, I use ACTION_SEND intent in purpose for sharing some text. However, I customize this ACTION_SEND filtering for three apps like Twitter, Facebook and KakaoStory. It doesn't have problem when I have at least two of these apps installed in my phone; It shows a dialog with two installed apps to choose. However, when I have only one app installed in my phone when I click share it doesn't show a dialog for choosing app, it launched that app automatically. How can I prevent this. I want it to show dialog first and then I can choose it even though it has only on app.

user3098538
  • 1,201
  • 3
  • 13
  • 15

1 Answers1

1

If there have only one choice, The android system will choice it. I think you can't change this unless you change the android source code.

Jonguo
  • 681
  • 1
  • 10
  • 17