fix: external player on Android 11+

This commit is contained in:
edde746
2026-02-14 20:19:27 +01:00
parent fb9a1cd77e
commit 0d72c6c1a4
4 changed files with 44 additions and 27 deletions
+5
View File
@@ -111,5 +111,10 @@
<action android:name="android.intent.action.VIEW" />
<data android:scheme="http" />
</intent>
<!-- Required to resolve external video player apps on Android 11+ -->
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:mimeType="video/*" />
</intent>
</queries>
</manifest>