Fix typo in script

This commit is contained in:
Paul Keith 2021-11-16 12:15:38 -06:00
parent 4776e158af
commit 664187a854

View File

@ -97,7 +97,7 @@ for apk in glob(GLOB_APK_STR):
# Output looks like:
# package: my.package.name
package_name = parse('package: {}', lines[0])[0]
# Create empty entry if package is not in dic
# Create empty entry if package is not in dict
if package_name not in privapp_permissions_dict:
privapp_permissions_dict[package_name] = (set(), set())
# Extract 'uses-permission' lines from the rest of the output