LuckSiege / LuckSiege/PictureSelector

Google play上架,必须适配Android11,导致的权限管理问题。

Open
#2,048 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
13.6k
Forks
3.1k
PR merge metrics
No merged PRs in 30d

Description

Google play今年5月要求必须适配Android11,如果开启拍照和相册的裁剪压缩功能面就需要使用文件读写权限,而在Android11上文件读写权限升级为MANAGE_EXTERNAL_STORAGE权限。应用选取图片的功能不是核心功能的的话,使用MANAGE_EXTERNAL_STORAGE权限会导致应用上架被拒,希望作者能适配一下这部分代码申请流程。

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the Android 11 permission flow used when image cropping and compression are enabled. Check how the library requests file access and how that interacts with Google Play restrictions on MANAGE_EXTERNAL_STORAGE. Done means image selection, cropping, and compression work without requiring a disallowed broad storage permission for non-core functionality.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.