Skip to content

Commit

Permalink
Added warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeemIdrisi committed Jul 8, 2023
1 parent ad6d2f1 commit 6bafb73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions phonesploitpro.py
Original file line number Diff line number Diff line change
Expand Up @@ -1433,6 +1433,10 @@ def scan_network():


def record_audio(mode):
print(
f"\n{color.RED}[Warning] {color.CYAN}This feature is currently available for devices running on Android 11 or higher only.{color.WHITE}"
)

global pull_location
if pull_location == "":
print(
Expand Down Expand Up @@ -1538,6 +1542,9 @@ def record_audio(mode):


def stream_audio(mode):
print(
f"\n{color.RED}[Warning] {color.CYAN}This feature is currently available for devices running on Android 11 or higher only.{color.WHITE}"
)
match mode:
case "mic":
print(
Expand Down

0 comments on commit 6bafb73

Please sign in to comment.