在应用间共享文件Couldn't find meta-data for provider with authority

解决方案

https://github.com/hongyangAndroid/FitAndroid7

导入

implementation 'com.zhy.base:fileprovider:1.0.0'

用法

uri=FileProvider7.getUriForFile(this, file);
原文地址:https://www.cnblogs.com/mldonkey/p/13908864.html