NewPipe/app/src/main/java/org/schabi/newpipe/util/external_communication
AudricV 1a8aa8b17e
Use a system chooser when opening links in browser in the case there is no browser available
This change makes the app using the behavior when there is no default browser
on Android 11 and lower, by opening a system chooser when there is no browser
available (on all Android versions).

Also catch any exception when the system chooser cannot be opened and show the
"No app on your device can open this" toast in this case, as an
`ActivityNotFoundException` could be thrown if no app is available to open a
given web link.
2023-03-26 00:04:38 +01:00
..
KoreUtils.java Rename videoURL to streamUrl 2023-02-25 13:14:31 +01:00
ShareUtils.java Use a system chooser when opening links in browser in the case there is no browser available 2023-03-26 00:04:38 +01:00