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
No description provided.
The text was updated successfully, but these errors were encountered:
7.0 只能把 fileuri 改成 contenturi
Sorry, something went wrong.
StrictMode.VmPolicy.Builder builder = new StrictMode.VmPolicy.Builder(); StrictMode.setVmPolicy(builder.build()); builder.detectFileUriExposure();
在Application.onCreate()中执行以上方法即可解决
ps转自大神:http://blog.csdn.net/tanghongchang123/article/details/68490946
添加一段代码在 GalleryFinal.init(coreConfig)后面就解决了
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: