<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          >

    <application>
        <provider
            android:name=".FileSharerProvider"
            android:authorities="${applicationId}.filesharer.fileprovider"
            android:exported="false"
            android:grantUriPermissions="true">
            <meta-data
                android:name="android.support.FILE_PROVIDER_PATHS"
                android:resource="@xml/sharing_paths" />
        </provider>
    </application>

</manifest>
