<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="wang.wind.rn.codeupdate">

    <application android:allowBackup="true" android:label="@string/app_name"
        android:supportsRtl="true">

        <provider
        android:name="wang.wind.rn.codeupdate.FileProvider"
        android:authorities="${applicationId}.fileprovider"
        android:exported="false"
        android:grantUriPermissions="true">
        <meta-data
        android:name="android.support.FILE_PROVIDER_PATHS"
        android:resource="@xml/file_paths" />
        </provider>
    </application>

</manifest>
