SkillAgentSearch skills...

AndroidPermissionAttributeMapper

Quick and dirty code to recover the mapping of Android Permissions to their corresponding Permission Group's from the Android source

Install / Use

/learn @benjholla/AndroidPermissionAttributeMapper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Android Permission Attribute Mapper

Quick and dirty code to recover the mapping of Android Permissions to their corresponding Permission Group's from the Android source. This code also recovers a mapping of Android Permission Protection Levels to Permissions.

To run the mapper invoke the JAR file from the command line. The first argument is the input AndroidManifest.xml file to extract the mappings from. The second two arguments are the output file paths to save the results.

java -jar mapper.jar ./AndroidManifest.xml ./permission_group_to_permission_mapping.txt ./protection_level_to_permission_mapping.txt
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated12d ago
Forks3

Security Score

85/100

Audited on Mar 19, 2026

No findings