Small cleanup

This commit is contained in:
Nex 2022-01-11 15:53:10 +01:00
parent 16a0de3af4
commit 637aebcd89
1 changed files with 3 additions and 3 deletions

View File

@ -32,12 +32,12 @@ class DumpsysAccessibility(AndroidExtraction):
in_services = True
continue
if in_services and line.strip() == "}":
break
if not in_services:
continue
if line.strip() == "}":
break
service = line.split(":")[1].strip()
log.info("Found installed accessibility service \"%s\"", service)