Skip to content
Snippets Groups Projects
Commit 3d77150d authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

FileProvider: set exported

Otherwise, video thumbnails are not available on some TV devices
parent 8c9058ca
No related branches found
No related tags found
1 merge request!108Tv media browser refactor
......@@ -640,8 +640,7 @@
<provider
android:name=".FileProvider"
android:authorities="${applicationId}.thumbprovider"
android:exported="false"
android:grantUriPermissions="false" />
android:exported="true" />
<service
android:name=".PreviewVideoInputService"
......@@ -656,4 +655,4 @@
</service>
</application>
</manifest>
\ No newline at end of file
</manifest>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment