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

TV: No need to export file provider

parent ad0357aa
No related branches found
No related tags found
No related merge requests found
......@@ -635,8 +635,8 @@
<provider
android:name=".FileProvider"
android:authorities="${applicationId}.thumbprovider"
android:exported="true"
android:grantUriPermissions="true"></provider>
android:exported="false"
android:grantUriPermissions="false" />
<service
android:name=".PreviewVideoInputService"
......
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