mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
make is_apk_and_debuggable() default to using androguard before aapt
This commit is contained in:
parent
847bbb6e43
commit
52b3436ff6
4 changed files with 28 additions and 10 deletions
|
|
@ -1324,7 +1324,7 @@ def process_apk(apkcache, apkfilename, repodir, knownapks, use_date_from_apk=Fal
|
|||
return True, None, False
|
||||
|
||||
# Check for debuggable apks...
|
||||
if common.isApkAndDebuggable(apkfile):
|
||||
if common.is_apk_and_debuggable(apkfile):
|
||||
logging.warning('{0} is set to android:debuggable="true"'.format(apkfile))
|
||||
|
||||
if options.rename_apks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue