mirror of
https://github.com/mvt-project/mvt.git
synced 2026-02-13 00:52:44 +00:00
Small cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user