package com.reactnativecommunity.webview; import androidx.core.content.FileProvider; /** * Providing a custom {@code FileProvider} prevents manifest {@code } name collisions. *

* See https://developer.android.com/guide/topics/manifest/provider-element.html for details. */ public class RNCWebViewFileProvider extends FileProvider { // This class intentionally left blank. }