googlesamples/easypermissions
Simplify Android M system permissions observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: 3907
- days_rel: n/a
- days_push: 1128
- n_releases_24m: 0
Adoption not part of the score
9856 stars · 1458 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
EasyPermissions is a Java wrapper library that simplifies Android runtime (M+) system permission requests and handling in Activities and Fragments. It provides helper methods for checking, requesting, and handling permission results, plus an optional annotation-based callback flow.
Use cases
- request runtime permissions on Android
- check if app has camera and location permissions
- show permission rationale dialogs on Android
- simplify onRequestPermissionsResult handling
- run a method automatically after permissions are granted
- migrate an app to Android M permission model
When to choose
- you maintain a Java Android app targeting API 23+ and want simple permission handling
- you want annotation-driven post-permission execution with minimal boilerplate
When to avoid
- you write Kotlin and prefer coroutines or easypermissions-ktx
- you want an actively developed library or modern alternatives like Accompanist permissions
- you only target Android versions below API 23
Facets
library · maturity maintenance
auth sdk developer-tools mobile-development android-tools security jvm android-permissions runtime-permissions androidx kotlin-extensions android mobile
2 sources
- readme: https://github.com/googlesamples/easypermissions · fetched 2026-08-28 · ca846b436b1f
- homepage: https://firebaseopensource.com/projects/googlesamples/easypermissions/ · fetched 2026-08-29 · b66e5d0a8c24
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| googlesamples/easypermissions | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="googlesamples/easypermissions")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem