guolindev/PermissionX
An open source Android library that makes handling runtime permissions extremely easy. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 2500
- days_rel: n/a
- days_push: 734
- n_releases_24m: 0
Adoption not part of the score
3658 stars · 414 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
PermissionX is an open-source Android library written in Kotlin that simplifies requesting and handling Android runtime permissions. It supports basic permission requests as well as complex flows like rationale dialogs and directing users to app settings for manual permission grants.
Use cases
- request android runtime permissions easily
- show rationale dialog when user denies permissions
- handle never ask again permission cases
- send users to app settings to grant permissions manually
- request multiple permissions like camera and contacts in one call
When to choose
- you are building an Android app with FragmentActivity or Fragment and need runtime permission handling
- you want a simple chained API for permission requests with rationale and settings flows
- you prefer a lightweight Kotlin library over writing permission boilerplate yourself
When to avoid
- you are not developing for Android
- your app targets only Android versions without runtime permissions
- you need Jetpack Compose-only permission APIs and prefer official Accompanist or Activity Result APIs
Facets
library · maturity stable
mobile-framework developer-tools mobile-development android-tools developer-tools jvm runtime-permissions android-library kotlin permission-handling android
1 source
- readme: https://github.com/guolindev/PermissionX · fetched 2026-08-28 · 70001ed919c5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| guolindev/PermissionX | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="guolindev/PermissionX")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem