@trunksapp tangent, but don't do what @apps does.
Fedilab has an intent filter like this:
<data
android:host="*"
android:pathPrefix="/@"
android:scheme="https" />
https://github.com/caraesten/Fedilab/blob/develop/app/src/main/AndroidManifest.xml#L138
This hijacks non-Mastodon links like https://medium.com/@kris-nova/why-fix-kubernetes-and-systemd-782840e50104 and tries to open them in Fedilab.
This obviously fails, and is obnoxious when it happens.