# ParkSangGwon/TedPermission

Easy check permission library for Android Marshmallow

Repository: https://github.com/ParkSangGwon/TedPermission
Canonical: https://ross.abutalabs.com/products/tedpermission
Language: Java
License Family: other
Last push: 2024-08-14T02:40:19+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3850, "days_push": 749, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1730, forks 239 (observed 2026-08-28T04:05:28.612406+00:00)

## What it is
TedPermission is an Android library that simplifies checking and requesting runtime permissions introduced in Android 6.0 Marshmallow. It offers normal, coroutine, and RxJava2/3 variants with listener-based callbacks and a dialog guiding users to app settings when permissions are denied.

## Use cases
- request runtime permissions on Android without boilerplate
- check dangerous permissions like CAMERA or READ_CONTACTS at runtime
- show a dialog directing users to settings when permissions are denied
- handle permission results with coroutines or RxJava
- simplify Android Marshmallow permission handling

## When to choose
- you build Android apps that need runtime permission requests with minimal code
- you want coroutine or RxJava-based permission APIs
- you need a built-in denied-permission settings dialog

## When to avoid
- you target only Android versions below 6.0
- you prefer Jetpack's ActivityResultContracts API for permissions
- you need a library with an explicit open-source license

## Facets
- artifact type: library
- maturity: maintenance
- function: auth, developer-tools
- domain: mobile-development, android-tools, developer-tools
- platform: jvm
- tags: android-permissions, runtime-permissions, kotlin-coroutines, rxjava, java, android

## Member repositories
- ParkSangGwon/TedPermission (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:28.612406+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:31:44.730779+00:00, confidence not recorded.
  - readme: https://github.com/ParkSangGwon/TedPermission (fetched 2026-08-28T04:05:28.612406+00:00, sha 34ac802b2c78)
- Data as of 2026-08-30T08:39:29.467469+00:00.
