permissions-dispatcher/PermissionsDispatcher
A declarative API to handle Android runtime permissions. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4036
- days_rel: n/a
- days_push: 1027
- n_releases_24m: 0
Adoption not part of the score
11158 stars · 1431 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
PermissionsDispatcher is an annotation-based library for handling Android runtime permissions in Kotlin and Java. It generates boilerplate-free permission-checking code at compile time, with full support for rationale, denial, and 'never ask again' flows.
Use cases
- handle android runtime permissions without boilerplate
- request camera permission in an activity
- show a rationale dialog before asking for permissions
- handle denied and never-ask-again permission states
- use runtime permissions in a fragment with kotlin
- avoid reflection when checking permission grants
When to choose
- you want a mature, reflection-free, annotation-processor-based permission library for Android
- you need both Kotlin and Java support in the same codebase
- you need fine-grained callbacks for rationale, denial, and never-ask-again flows
When to avoid
- you are starting a new project and prefer the modern Jetpack ActivityResult API
- your project does not use annotation processing (kapt/apt)
- you need permissions handling outside Android activities or fragments
Facets
library · maturity maintenance
auth middleware developer-tools mobile-development android-tools developer-tools jvm android-runtime-permissions annotation-processor kotlin-annotations declarative-api reflection-free android
2 sources
- readme: https://github.com/permissions-dispatcher/PermissionsDispatcher · fetched 2026-08-28 · 7db41f23acee
- homepage: https://github.com/permissions-dispatcher/PermissionsDispatcher · fetched 2026-08-29 · a8b4d1a9d94b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| permissions-dispatcher/PermissionsDispatcher | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="permissions-dispatcher/PermissionsDispatcher")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem