Answers for "lock screen with adb"

0

lock screen with adb

adb shell input keyevent 26 #Pressing the lock button
adb shell input touchscreen swipe 930 880 930 380 #Swipe UP
adb shell input text XXXX #Entering your passcode
adb shell input keyevent 66 #Pressing Enter
Posted by: Guest on May-03-2022

Browse Popular Code Answers by Language