3 comments (3 comments)0 reactions (0 reactions)1 assignee (1 assignee)Java33,679 stars (33,679 stars)10,654 forks (10,654 forks)batch import
help wanted
Description
运行时权限组更新
Contributor guide
- Tech stack
- java
- Domain
- mobile
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- blocked
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Android development basicsJavaAndroid Permissions
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Review the existing PermissionUtils.java file in the AndroidUtilCode repository to understand the current permission handling. Study Android 13's runtime permission changes, particularly new permission groups like POST NOTIFICATIONS. Check the issue comments for any maintainer guidance on implementation approach.