How do I handle the browser's “share page” intent in android?

前端 未结 1 464
南旧
南旧 2020-12-09 08:09

I read here ( http://androidlittle.blogspot.com/2009/08/intent-filter-for-share-link.html ) what intent-filter is required to handle the \"share link\" intent that the andro

1条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-09 09:05

    whoops!

    Turns out, I had got the package installed initially but upon reinstallation it was silently failing. In between those two builds I fixed the manifest to be as you see above - the installed version didn't have the intent-filters specified, which obviously wouldn't work.

    Guess I'll leave this here in case someone has the same need? Or should I just delete it?

    0 讨论(0)
提交回复
热议问题