# lovedise/PermissionGen

Android API easy to use permission for Android M

Repository: https://github.com/lovedise/PermissionGen
Canonical: https://ross.abutalabs.com/products/permissiongen
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2016-02-26T01:31:17+00:00

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

## Adoption (not part of the score)
Stars 1058, forks 245 (observed 2026-08-28T04:03:24.994595+00:00)

## What it is
PermissionGen is a small Java library that simplifies runtime permission requests on Android 6.0 (Marshmallow) using a fluent API and annotations. It handles requesting permissions and dispatching success/failure callbacks via @PermissionSuccess and @PermissionFail annotations.

## Use cases
- request runtime permissions on Android 6.0
- simplify Android M permission handling
- handle permission grant and denial callbacks with annotations
- request multiple permissions like contacts and SMS in one call
- avoid writing boilerplate permission request code in activities and fragments

## When to choose
- you maintain a legacy Android app targeting Marshmallow-era APIs and want minimal permission boilerplate

## When to avoid
- you are starting a new Android project - modern AndroidX Activity APIs or newer permission libraries are actively maintained
- you need support for the latest Android permission features or Kotlin-first APIs

## Facets
- artifact type: library
- maturity: abandoned
- function: auth, developer-tools
- domain: mobile-development, android-tools
- platform: jvm
- tags: android-permissions, runtime-permissions, annotation-based, android-m, android, mobile

## Member repositories
- lovedise/PermissionGen (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:24.994595+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-30T06:57:51.291791+00:00, confidence not recorded.
  - readme: https://github.com/lovedise/PermissionGen (fetched 2026-08-28T04:03:24.994595+00:00, sha 9e8c8e8d0bd5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
