We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8948c9 commit 6e2bda4Copy full SHA for 6e2bda4
android/apowerbutton
@@ -6,4 +6,4 @@ android_choose_device
6
7
echo "👋 Sending power button key event..."
8
# Send POWER screen key event (key 26)
9
-adb -s "$SELECTED_DEVICE" shell input keyevent POWER &> /dev/null
+adb -s "$SELECTED_DEVICE" shell input keyevent POWER &>/dev/null
0 commit comments