fix: add a workaround to open files on Android TV due to lack of SAF

This commit is contained in:
albexk 2024-11-13 17:48:49 +03:00
parent 4e1862a802
commit d02a6dfb22
3 changed files with 119 additions and 49 deletions

View file

@ -91,6 +91,13 @@
android:exported="false"
android:theme="@style/Translucent" />
<activity android:name=".TvFilePicker"
android:excludeFromRecents="true"
android:launchMode="singleTask"
android:taskAffinity=""
android:exported="false"
android:theme="@style/Translucent" />
<activity
android:name=".ImportConfigActivity"
android:excludeFromRecents="true"