Removed GenericFileProvider

This commit is contained in:
Prathamesh More 2022-05-20 15:50:19 +05:30
parent 7aab762712
commit f6a44672be
2 changed files with 0 additions and 29 deletions

View file

@ -183,16 +183,6 @@
</intent-filter>
</activity>
<provider
android:name=".misc.GenericFileProvider"
android:authorities="${applicationId}.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths" />
</provider>
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}"