On Sun, Mar 25, 2012 at 7:57 PM, Farhan Tariq <[email protected]> wrote: > I understand that the user should be given option to choose an application, > and why. But it is the requirement of the client that the application should > use the messaging application that came with the phone OR the default > messaging application to send the mms. /And i am kind of stuck here.
Tell the client that this desired feature is not supported by Android, because it is user-hostile, and the core Android team wants to make users happy. > Also, in the chooser, applications like evernote, facebook, gmail, etc show > up, that are capable of ACTION_SEND action. To exclude them, what should be > done? I look into intent filters? Use ACTION_SENDTO and an smsto: Uri instead of ACTION_SEND. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

