react-native-permissions is a cross-platform mobile permissions library that provides a unified API for checking and requesting hardware and software permissions on iOS, Android, and Windows. It serves as a device permission manager to verify permission status and prompt users for access to device features across different operating systems. The library includes a system settings navigator to direct users to application-specific device settings for modifying blocked or limited permissions. It provides a single interface for managing platform-specific permission requests and notification autho
Universal API for request permission and get its statuses.
PermissionsDispatcher is a declarative Android API and runtime permission manager. It provides a structured system for requesting and verifying system permissions while separating authorization logic from general business code. The project focuses on managing the permission request workflow, which includes justifying requests with custom explanations and handling user responses to system prompts. It also functions as a system settings guide, directing users to the manual Android settings menu for special permissions that require approval outside of the application.
Easypermissions is a library and wrapper for managing Android runtime permissions. It serves as a tool for requesting access to protected system resources and handling the associated result workflows. The project provides mechanisms for triggering system-level permission requests and executing specific tasks after permissions are granted. It includes a guided dialog system to direct users to system settings when a permission has been permanently denied. The library covers permission management, user onboarding, and system settings integration. It handles permission request lifecycles through
react-native-permissions 是一个跨平台权限库,为 iOS、Android 和 Windows 提供了请求和检查系统权限的统一接口。它充当权限状态管理器和设备能力审计器,以确定对敏感数据或硬件的访问是被授予、拒绝还是阻止。
zoontek/react-native-permissions 的主要功能包括:Native API Bridges, Permission Management, Permission, Device Capability Auditors, Mobile Device Feature Access, Device Capability Auditing, Cross-Platform Permission Management, Cross-Platform Permissions Libraries。
zoontek/react-native-permissions 的开源替代品包括: yonahforst/react-native-permissions — react-native-permissions is a cross-platform mobile permissions library that provides a unified API for checking and… sparrowcode/permissionskit — Universal API for request permission and get its statuses. permissions-dispatcher/permissionsdispatcher — PermissionsDispatcher is a declarative Android API and runtime permission manager. It provides a structured system for… googlesamples/easypermissions — Easypermissions is a library and wrapper for managing Android runtime permissions. It serves as a tool for requesting… getactivity/xxpermissions — XXPermissions is a framework and manager for handling runtime and special system permissions across different Android… flutter-team-archive/plugins — This project is a collection of official plugin packages and a native integration library designed to provide a…