[Android] TV: No need to export file provider
Geoffrey Métais
git at videolan.org
Wed Mar 13 10:14:13 CET 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Mar 13 10:12:27 2019 +0100| [2a1ed11c6076296ae5c9d86d9f6d9bf0202735e3] | committer: Geoffrey Métais
TV: No need to export file provider
> https://code.videolan.org/videolan/vlc-android/commit/2a1ed11c6076296ae5c9d86d9f6d9bf0202735e3
---
vlc-android/AndroidManifest.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index e1689d402..291b602c8 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -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"
More information about the Android
mailing list