1 comment (1 comment)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
- androidjava
- Domain
- mobilesecurity
- 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.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- needs maintainer response
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Android basicsAndroid permission system
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- Investigate the library's PermissionUtils class to understand current permission request logic. Android's permission system suppresses the dialog after multiple denials; consider using shouldShowRequestPermissionRationale or directing users to system settings. Check issue comments for maintainer suggestions.