Browse Source

Use AndroidX FileProvider

Mike Diarmid 5 years ago
parent
commit
f6dc3cdc8e
No account linked to committer's email address

+ 1
- 1
android/src/main/java/com/reactnativecommunity/webview/RNCWebViewFileProvider.java View File

1
 package com.reactnativecommunity.webview;
1
 package com.reactnativecommunity.webview;
2
 
2
 
3
-import android.support.v4.content.FileProvider;
3
+import androidx.core.content.FileProvider;
4
 
4
 
5
 /**
5
 /**
6
  * Providing a custom {@code FileProvider} prevents manifest {@code <provider>} name collisions.
6
  * Providing a custom {@code FileProvider} prevents manifest {@code <provider>} name collisions.