Re: [android-developers] Registering Intent for Sending a link / web page

2011-10-13 Thread Markus Wolff
Aaah, yes, thanks for the hint - logcat indeed revealed the secret: The intent that's fired is actually CHOOSER, not SEND - despite everything I've read in countless tutorials. Alright, then :-) Thanks a lot! -- You received this message because you are subscribed to the Google Groups "Android

Re: [android-developers] Registering Intent for Sending a link / web page

2011-10-13 Thread TreKing
On Thu, Oct 13, 2011 at 7:28 AM, Markus Wolff wrote: > Can anyone offer any pointers to what I'm doing wrong? Maybe take out the http scheme - a URL in a browser is just text. Also, look at LogCat when you hit "Share Link", the system might spit out info about the intent it's launching and thus

[android-developers] Registering Intent for Sending a link / web page

2011-10-13 Thread Markus Wolff
Hi, I'm trying to register an intent so that my app pops up as a possible choise when choosing "Share link" from the browser's context menu or "More -> Share page" from the browser's application menu. To do this, I have so far created a new activity called "ShareActivity" and updated the manifest