Bug #4522
sharing (aka ACTION_SEND) a link to Courier does not work
Status: | New | Start date: | 02/09/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - | |||
Component: |
Description
If you "Share" (aka ACTION_SEND
) a URL to Courier, Courier gives itself as an option, and will bring up the "Manage Feeds" screen, but the URL is not added to the feed text input box. The text input remains blank. Here's how to reproduce this:
- open https://guardianproject.info/feed in Firefox or Chrome
- click on the menu and select Share
- check the text input box on the "Manage Feeds" screen
History
#1 Updated by hans almost 3 years ago
I forgot to add, this is most likely because the URL is not set in the Intent.getData()
but it is instead included in the EXTRA_TEXT
. So Courier needs to parse the URL from EXTRA_TEXT
. I have that working here: