[Android] TV: No need to export file provider

Geoffrey Métais git at videolan.org
Wed Mar 13 11:12:12 CET 2019


vlc-android | branch: 3.1.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Mar 13 10:12:27 2019 +0100| [64ce793677b779bf88dc7a0af777097f11f8352c] | committer: Geoffrey Métais

TV: No need to export file provider

> https://code.videolan.org/videolan/vlc-android/commit/64ce793677b779bf88dc7a0af777097f11f8352c
---

 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