0

I've seens topics for checking if screen is locked using adb but not the type of specific way which can be "none", "swipe", "pattern" etc. Is there a way to check it?

Olcay Ertaş
  • 5,987
  • 8
  • 76
  • 112
woookash
  • 1
  • 1

1 Answers1

0

I did some digging, and it turns out that you are not the first person to try this. The short answeris that there is no answer.

Read this...

Unfortunately, the answer that it gives is not what you want to hear, but if you can give us some additional context, we may be able to help you find a workaround.

Nate T
  • 727
  • 5
  • 21
  • Hi - oh, I missed that post. What i'm trying to do is validate various Android settings as part of regression testing on Android images. I guess I'm stuck with UI Automator then :/ – woookash Feb 18 '20 at 20:14