mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
parent
da10acfe2c
commit
75989ff59a
1 changed files with 1 additions and 1 deletions
|
|
@ -1543,8 +1543,8 @@ def scan_apk_androguard(apk, apkfile):
|
|||
|
||||
icon_id_str = apkobject.get_element("application", "icon")
|
||||
if icon_id_str:
|
||||
icon_id = int(icon_id_str.replace("@", "0x"), 16)
|
||||
try:
|
||||
icon_id = int(icon_id_str.replace("@", "0x"), 16)
|
||||
resource_id = arsc.get_id(apk['packageName'], icon_id)
|
||||
if resource_id:
|
||||
icon_name = arsc.get_id(apk['packageName'], icon_id)[1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue