Skip to content

Commit

Permalink
fix: Revert "Missing android.support.FILE_PROVIDER_PATHS meta-data on…
Browse files Browse the repository at this point in the history
… some OEMs (#2952)"

This reverts commit 75e7801.
  • Loading branch information
Titozzz committed Jun 10, 2023
1 parent fe36eff commit e17a79b
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
package com.reactnativecommunity.webview;

import androidx.core.content.FileProvider;
import com.reactnativecommunity.webview.R;

/**
* Providing a custom {@code FileProvider} prevents manifest {@code <provider>} name collisions.
* <p>
* See https://developer.android.com/guide/topics/manifest/provider-element.html for details.
*/
public class RNCWebViewFileProvider extends FileProvider {
public RNCWebViewFileProvider() {
super(R.xml.file_provider_paths);
}

// This class intentionally left blank.

}

0 comments on commit e17a79b

Please sign in to comment.