mastodon / mastodon-android

Official Android app for Mastodon
https://app.joinmastodon.org/android
GNU General Public License v3.0
1.69k stars 261 forks source link

Recents URL sharing support #632

Open Dubzer opened 1 year ago

Dubzer commented 1 year ago

Hi. It would be nice if the app supported the Recents URL sharing API: https://developer.android.com/guide/components/activities/recents#url-sharing.

grishka commented 1 year ago

You mean to share URLs from the app, of whatever is currently open?

Dubzer commented 1 year ago

@grishka I'm not quite sure I understand your question correctly. But there's a video demo if you follow the link. This API allows an app to announce URL of the currently opened content to the system. And then system shows it in the recent apps screen.

So, for example if I open some profile in Mastodon, then its URL should be shown in recents, like in demo with Chrome

image