-2

Hello I would like to know the adb command to unlock the swipe lock in any android phone using some commands irrespective of the device. Thank You

1 Answers1

0

adb shell su 0 service call window 49 would call WindowManager.dismissKeyguard() in Android 5.1+

Alex P.
  • 30,437
  • 17
  • 118
  • 169