androguard.core.api_specific_resources package

Module contents

exception androguard.core.api_specific_resources.APILevelNotFoundError

Bases: Exception

androguard.core.api_specific_resources.load_permission_mappings(apilevel)

Load the API/Permission mapping for the requested API level. If the requetsed level was not found, None is returned.

Parameters:apilevel – integer value of the API level, i.e. 24 for Android 7.0
Returns:a dictionary of {MethodSignature: [List of Permissions]}
androguard.core.api_specific_resources.load_permissions(apilevel)

Load the Permissions for the given apilevel

Parameters:apilevel – integer value of the API level
Returns:a dictionary of {Permission Name: {Permission info}