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
手机 中兴 s2 2014年8月份买的。android 4.3 不能拍照! 还有一个问题,就是 findViewById(R.id.button_multiple_picked).setOnClickListener(v -> onClick(v.getId()));
v -> onClick(v.getId())什么意思啊,这段代码没看懂 为什么要v.getid() 这个有什么用么
The text was updated successfully, but these errors were encountered:
已经成功解决,没有加入权限
Sorry, something went wrong.
好。
v.getid()是因为之前的Demo是在MainActivity里加权限的,参考: https://github.com/donglua/PhotoPicker/blob/9c4fdd25c321c6c0d7c4f1944013896b781e907d/photopickerdemo/src/main/java/me/iwf/PhotoPickerDemo/MainActivity.java
@donglua 拍照会有2张图片解决了么!
拍照会有2张图片是什么手机
No branches or pull requests
手机 中兴 s2 2014年8月份买的。android 4.3 不能拍照!
还有一个问题,就是
findViewById(R.id.button_multiple_picked).setOnClickListener(v -> onClick(v.getId()));
v -> onClick(v.getId())什么意思啊,这段代码没看懂 为什么要v.getid() 这个有什么用么
The text was updated successfully, but these errors were encountered: