Skip to content

[shareplugin] Prefer text extra over stream extra

Nicolas Fella requested to merge work/sharetext into master

When invoking share on clipboard content in Android 13 both EXTRA_TEXT and EXTRA_STREAM are present

This causes the EXTRA_STREAM code to get picked, which doesn't lead to anything useful

Instead prefer the text

BUG: 458278

Merge request reports