Could you had an Action Control to use the android internal "share" feature?
that way, i could share my items with any other app I have installed, that exposes ACTION_SEND.
The code for it is something like this:
Intent msg = new Intent(Intent.ACTION_SEND);
msg.setType("text/plain");
msg.putExtra(Intent.EXTRA_TEXT, message);
msg.putExtra(Intent.EXTRA_SUBJECT, subject);
startActivity(Intent.createChooser(msg, shareEvent));
--
Fernando Pereira
(``-_-´´) -- BUGabundo :o)
Linux user #443786 GPG key 1024D/00967685
http://mi.BUGabundo.net buga...@googlewave.com