MCPcopy Create free account
hub / github.com/codehasan/dex2c / get_attribute_value

Method get_attribute_value

androguard/core/bytecodes/apk.py:915–929  ·  view source on GitHub ↗

Return the attribute value in xml files which matches the tag name and the specific attribute :param str tag_name: specify the tag name :param str attribute: specify the attribute :param bool format_value: specify if the value needs to be formatted with packagename

(
        self, tag_name, attribute, format_value=False, **attribute_filter
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

_apk_analysisMethod · 0.95
get_app_nameMethod · 0.95
get_app_iconMethod · 0.95
get_max_sdk_versionMethod · 0.95
get_min_sdk_versionMethod · 0.95
is_androidtvMethod · 0.95

Calls 1

Tested by

no test coverage detected