mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Remove deprecated parameter
This commit is contained in:
parent
e0e6e711c3
commit
a49b405780
3 changed files with 4 additions and 5 deletions
|
@ -1560,11 +1560,10 @@ class KnownApks:
|
|||
lst.reverse()
|
||||
return lst
|
||||
|
||||
def isApkDebuggable(apkfile, sdk_path):
|
||||
def isApkDebuggable(apkfile):
|
||||
"""Returns True if the given apk file is debuggable
|
||||
|
||||
:param apkfile: full path to the apk to check
|
||||
:param sdk_path: path to android sdk (deprecated)"""
|
||||
:param apkfile: full path to the apk to check"""
|
||||
|
||||
if ('aapt_path' not in globals()):
|
||||
# (re-)read configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue