Closed perdix1975 closed 2 years ago
I updated to version 3.2.0-beta.1 and that solved it for me.
Well, I also have 3.2.0-beta.1 but at my Samsung A70 (Android 11), hyperlinks pointing to YouTube, don't work...
I have found the solution for my problem at https://stackoverflow.com/questions/62535856/intent-resolveactivity-returns-null-in-api-30
You may add QUERY_ALL_PACKAGES permission in AndroidManifest. It doesn't require run-time permission request. uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/ Now all hyperlinks work in every phone or tablet...
Hyperlinks are functional if the in the build.gradle, in the field defaultConfig we put targetSdk 29. However, Google Play Store doesn't allow targetSdk less than 30. Can anyone fix this?