Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
A bug reproduction project is here:https://github.com/caarmen/ProcessTextBug
Steps to reproduce:
intent-filter
for thePROCESS_TEXT
action as follows:This bug is reproduced on these apps:
A strange workaround is possible, thanks to a stackoverflow suggestion :
Add an
intent-filter
with ahttps
data
, on any activity in the app (doesn't have to be the app with thePROCESS_TEXT
intent-filter
, and the activity with thePROCESS_TEXT
filter will appear as expected.Example
intent-filter
to add: