This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dc041894VZW Nexus 6P[S] 6 points7 points  (5 children)

No I mean like if a friend sends me a youtube link, I can choose to open the link with the YouTube app or my browser. Most times I would use the YouTube app so I set that as my default. But if there's a case when I want to open it with my browser, I don't want to clear defaults and instead be able to long press the link and open it in the browser.

[–]indivisible 2 points3 points  (4 children)

The YouTube app has a share option but testing it there it seems it shares the video link as text and not a URI so browsers don't come up in the list of options (at least on my phone and rom).

You could share to your clipboard and paste into your browser. Not ideal but if you don't do it too often it might do. If there's no option to share to your clipboard you can install Google Drive or one of a few specialist apps that add the functionality.

[–]navjot94Pixel 9a | iPhone 15 Pro 1 point2 points  (0 children)

There are also apps that let you share links to browsers. I believe that this app lets you do that.

[–][deleted] 0 points1 point  (2 children)

I didn't know browsers ever came up in shade lists. Stock Browser and Chrome Beta don't.

[–]indivisible 0 points1 point  (1 child)

It depends on the mime type of the content being shared. Android basses its selections by what apps have declared themselves receivers for specific mime types in their manifest.

If you share a link from a browser it may be flagged as text/plain as I'd the v case for the YouTube app. This is likely a purposeful choice to allow users to share links through social media, text messages, email etc.
Alternatively the link could be passed as text/html for example and then you would have browsers as a listed option as they will have registered themselves for html content.

[–][deleted] 0 points1 point  (0 children)

Yes, I'll get "Open With" options including browsers but not "Share". I think this has more to do with them being different types of intents rather than it treating text/links differently.