LuckSiege / LuckSiege/PictureSelector
小米 Note 2 相册 “Pictures”中的图片无法显示
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 13.6k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
手机信息:
小米 Note 2
MIUI11.0.2
Android 8.0.0
SDK版本:
2.6.0
出现问题:
调用相册,只显示“Camera”目录图片,“Pictures”中的图片无法显示
调用代理:
```
PictureSelector.create(this)
.openGallery(PictureMimeType.ofImage())
.loadImageEngine(GlideEngine.createGlideEngine()) // 请参考Demo GlideEngine.java
.maxSelectNum(1)
.selectionMode(PictureConfig.SINGLE)
.compress(true)
.isCamera(false)
.forResult(new OnResultCallbackListener() {
@Override
public void onResult(List result) {
}
@Override
public void onCancel() {
}
});
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the PictureSelector.create(this) gallery flow and reproduce the issue on the listed Xiaomi Note 2, MIUI 11.0.2, Android 8.0.0, and SDK 2.6.0 setup. Compare the handling of the Camera and Pictures directories; done means images in Pictures appear in the gallery alongside Camera images.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100