little change

This commit is contained in:
Daniel Garcia 2024-05-31 09:51:31 +00:00
parent 1d44d25efb
commit f3fd19e761

View File

@ -1013,6 +1013,7 @@ class APK:
return []
tags = set()
tags.update(xml.findall(".//" + tag_name))
# Sample 4c7d2912ba24e4bf1dab1175ee435f85ec223ac86967fc61a3dacbd1a97ee329
# permission declared using tag <android:uses-permission...
tags.update(xml.findall(".//" + NS_ANDROID + tag_name))