Didn’t find it in documentation, but shall I always run my tests on device which is turned on? If I run them with a screen turned off I got different results.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will want the screen unlocked, having the lock screen on will cause you to have lots of failures.
The simplest way to do this is to turn off screen locking in settings (available on ics+) but if you cannot do that you can either disable it in code (requires an android permission) or install third party apps to let you do such a thing.