PermissionCenter
class PermissionCenter
Central resolver mapping a PermissionKind to concrete Android runtime permissions and evaluating whether those permissions are currently granted.
Keeping this logic in one place isolates API-level differences (e.g. NEARBY_WIFI_DEVICES introduced in Android 13 / Tiramisu) from category definitions and collectors.