We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
插件通过FileProvider生成一个uri:content://com.tencent.shadow.contentprovider.authority.dynamic/com.***/Downloads/B1_F-1_074458.png,使用ACTION_VIEW打开照片显示“文件格式不支持或文件已损坏”,感觉像是无法正确解析这个uri
<provider android:name="androidx.core.content.FileProvider" android:authorities="com.***" android:exported="false" android:grantUriPermissions="true"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"/> </provider>
The text was updated successfully, but these errors were encountered:
图片在文件管理器中是能正常打开、显示的
Sorry, something went wrong.
No branches or pull requests
插件通过FileProvider生成一个uri:content://com.tencent.shadow.contentprovider.authority.dynamic/com.***/Downloads/B1_F-1_074458.png,使用ACTION_VIEW打开照片显示“文件格式不支持或文件已损坏”,感觉像是无法正确解析这个uri
<provider android:name="androidx.core.content.FileProvider" android:authorities="com.***" android:exported="false" android:grantUriPermissions="true"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"/> </provider>
The text was updated successfully, but these errors were encountered: