Skip to content

Commit

Permalink
Fix incorrect char
Browse files Browse the repository at this point in the history
  • Loading branch information
luispinho committed Feb 8, 2024
1 parent bb53540 commit 8872fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/apowerbutton
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ android_choose_device

# Reference for key events - https://gist.github.com/arjunv/2bbcca9a1a1c127749f8dcb6d36fb0bc

echo "👋 Clicking power button …”
echo "👋 Clicking power button"
# Send POWER screen key event (key 26)
adb -s "$SELECTED_DEVICE" shell input keyevent POWER

0 comments on commit 8872fd2

Please sign in to comment.