Skip to content

Commit

Permalink
android exported
Browse files Browse the repository at this point in the history
  • Loading branch information
fareed069417 committed Apr 20, 2023
1 parent 7ba05b5 commit be30995
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,13 @@ buildscript {
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<provider
android:name="com.reactnativecommunity.webview.RNCWebViewFileProvider"
android:authorities="${applicationId}.fileprovider"
android:enabled="false"
android:exported="true"
tools:replace="android:authorities,android:exported">
</provider>
</application>
</manifest>
```
Expand Down

0 comments on commit be30995

Please sign in to comment.