leavjenn / Hews

A hacker news reader focuses on readng experience with some handy features.
https://leavjenn.github.io/Hews/
MIT License
78 stars 11 forks source link

fix (share picker): disable setting default share target #2

Closed brinsche closed 9 years ago

brinsche commented 9 years ago

As outlined in http://developer.android.com/training/sharing/send.html#send-text-content always showing the share-picker is the preferred way of doing this, since the app the user wants to share to can very quite a lot.

leavjenn commented 9 years ago

Thanks for debugging. For now I'm working on in-app searching feature, after that I'll check it.

leavjenn commented 9 years ago

Neat improvement! I'll change other sharing intent to this method later.