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.
Asked
Active
Viewed 150 times
0
-
3Why? If they're only going to have 1 choice, the extra step is just annoying. That's a bad user experience. – Gabe Sechan Mar 13 '14 at 03:29
-
No, they are going to have 3 choice, but they have only one choice installed in phone. – user3098538 Mar 13 '14 at 03:33
-
Right. But since they don't have the others installed on the phone, they can't choose the other two anyway. So why make them take an extra step? – Gabe Sechan Mar 13 '14 at 03:41
-
How did u manage to filter the send intent? – Divya Motiwala Aug 07 '14 at 15:00
1 Answers
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