File tree Expand file tree Collapse file tree
kotlin/devdf/plugins/docman Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" devdf.plugins.docman" >
22 <application >
33 <provider
4- android : name =" devdf.plugins.docman.DocsProvider "
5- android : authorities =" ${applicationId}.plugins.docsProvider "
4+ android : name =" devdf.plugins.docman.DocManProvider "
5+ android : authorities =" ${applicationId}.plugins.files "
66 android : exported =" false"
77 android : grantUriPermissions =" true" >
88 <meta-data
99 android : name =" android.support.FILE_PROVIDER_PATHS"
10- android : resource =" @xml/docman_provider_path "
10+ android : resource =" @xml/docman_provider_paths "
1111 />
1212 </provider >
1313 </application >
Original file line number Diff line number Diff line change 1+ package devdf.plugins.docman
2+
3+ import androidx.core.content.FileProvider
4+
5+ class DocManProvider : FileProvider ()
File renamed without changes.
You can’t perform that action at this time.
0 commit comments