https://github.com/arikw/android-permissions-explorer
Android Permissions Explorer is a tool for displaying information about all the permissions supported by the Android OS, offering detailed listings and a user-friendly interface for exploring and filtering these permissions.
https://github.com/arikw/android-permissions-explorer
android android-permissions
Last synced: 3 months ago
JSON representation
Android Permissions Explorer is a tool for displaying information about all the permissions supported by the Android OS, offering detailed listings and a user-friendly interface for exploring and filtering these permissions.
- Host: GitHub
- URL: https://github.com/arikw/android-permissions-explorer
- Owner: arikw
- Created: 2025-03-11T20:53:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-13T23:15:05.000Z (over 1 year ago)
- Last Synced: 2026-01-03T01:04:45.014Z (7 months ago)
- Topics: android, android-permissions
- Language: JavaScript
- Homepage: https://arikw.github.io/android-permissions-explorer/
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Permissions Explorer
Android Permissions Explorer is a comprehensive tool that displays detailed information about all Android OS permissions, including hidden ones. It offers comprehensive listings along with a user-friendly interface for exploring and filtering permission data.
## Live Demo 🚀
Visit the GitHub page for the live demo:
[Android Permissions Explorer on GitHub Pages](https://arikw.github.io/android-permissions-explorer)
## Features ✨
- **Permission Analysis:** Scan Android projects to identify and analyze permission usage.
- **Detailed Reports:** Generate comprehensive reports on required and optional permissions.
- **User-Friendly Interface:** Easily navigate through permission details.
- **Project Scanning:** Quickly analyze a whole project directory for permission settings.
## Updating `permissions.json` File
To update the `permissions.json` file, refer to the [instructions.md](./data-generation/instructions.md) file.
## Additional Resources
- [Android Permissions Overview](https://developer.android.com/guide/topics/permissions/overview)
- [Core Permissions - Android Source](https://source.android.com/docs/core/permissions)
- [Signature Permission Allowlist - Android Source](https://source.android.com/docs/core/permissions/signature-permission-allowlist)
## Contact 📬
For questions or feedback, please open an issue or contact via the repository.