Include Developer Options in the ADB warning text

This commit is contained in:
Donncha Ó Cearbhaill 2024-04-08 18:40:58 +02:00
parent d30bddfd9c
commit 0b436914c5
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class Command:
"""Warn if ADB is enabled"""
if type(self).__name__ in ["CmdAndroidCheckADB", "CmdAndroidCheckAndroidQF"]:
self.log.info(
"Please disable ADB (Android Debug Bridge) on the device once finished with the acquisition. "
"Please disable Developer Options and ADB (Android Debug Bridge) on the device once finished with the acquisition. "
"ADB is a powerful tool which can allow unauthorized access to the device."
)