When my app executes:

Intent i = new Intent(Intent.ACTION_SENDTO, Uri.parse("sms:"));
i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
c.startActivity(i);

for the first time the user is prompted to select a default action and
then subsequent intents get passed to the application that they chose
as the default.

Is it possible for me to discover which app they selected and then set
the SendSMS button drawable to the icon for that application?

thanks!

-- 
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

Reply via email to