this post was submitted on 12 Jan 2025
17 points (100.0% liked)
techsupport
2562 readers
21 users here now
The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.
If something works or if you find a solution to your problem let us know it will be greatly apreciated.
Rules: instance rules + stay on topic
Partnered communities:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
When you click a YouTube link in an app, it doesn't either give you the prompt to open Tubular, does it (now that you've cleared the default)?
Another rather hacky idea, is to use UntrackMe: https://f-droid.org/en/packages/app.fedilab.nitterizeme/ If your OS allows you to select UntrackMe as the default app for YouTube, then that should allow you to manually select Tubular in the UntrackMe app picker.
But yeah, it sounds to me like your OS is borked or maybe somehow locked down by your school.
Each app declares the links it supports in its
AndroidManifest.xml
file, which seems to work correctly for Tubular, given your phone detects it. When you click a link in an app, this app sends a so-called "Intent" to the Android System, which the Android System then checks and sees that the app is trying to open a link and that it happens to be a youtube.com-link.Then Android either already knows the default app to use for YouTube links or it presents you an app chooser with a list of apps that support these kind of links. But yeah, that won't work, if it fails to read the list of supported links from the
AndroidManifest.xml
in the first place, which is what it looks like, since that settings entry should simply show what's declared in theAndroidManifest.xml
.