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
The text was updated successfully, but these errors were encountered:
MultiImageSelector createIntent方法: Intent intent = new Intent(Intent.ACTION_PICK, MediaStore.Images.Media.EXTERNAL_CONTENT_URI); intent.setDataAndType(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, "image/*"); 我使用这种方式可以打开相册 选择照片 和 获取路径无法正常工作
源码中的: Intent intent = new Intent(context, MultiImageSelectorActivity.class); 方式永远打开的是sdcard
Sorry, something went wrong.
@guoquancaho 麻烦看一下nat-explorer是否能在你的设备上正常工作
No branches or pull requests
The text was updated successfully, but these errors were encountered: