Skip to content
New issue

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

#media-image pick is not imageselect #38

Open
guoquancaho opened this issue May 8, 2018 · 2 comments
Open

#media-image pick is not imageselect #38

guoquancaho opened this issue May 8, 2018 · 2 comments

Comments

@guoquancaho
Copy link

wechatimg48

@guoquancaho
Copy link
Author

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

@acathur
Copy link
Member

acathur commented May 25, 2018

@guoquancaho 麻烦看一下nat-explorer是否能在你的设备上正常工作

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants