Skip to content

Simple utility to map protected components from AOSP to the required permissions

Notifications You must be signed in to change notification settings

abdawoud/XMLPermissionMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

XMLPermissionMapper

Simple python-utility for mapping XML-based components to the required permissions from AOSP.

How to run

  • Download Google AOSP source code (follow instructions: https://source.android.com/setup/build/downloading)
  • Extract a list of AndroidManifest.xml files from the source tree and store that list in a file, name it manifest_files.txt
  • Run the script xml_parser.py {path_to_aosp_src_tree} {path_to_manifest_files.txt}
  • Read the mapping from components_permission.json

About

Simple utility to map protected components from AOSP to the required permissions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages