snt4all / mylockforandroid

Automatically exported from code.google.com/p/mylockforandroid
0 stars 0 forks source link

During phone calls, lockscreen always displays if allowed a timeout sleep occurs #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Initiate a phone call
2. While in call, allow screen to timeout and sleep
3. Wake up the screen

What is the expected output? What do you see instead?
Expected output is to wakeup without the lockscreen. Instead the lockscreen 
happens every time, even if the proximity sleep or manual button sleep are 
done. Issue does not happen if you do proximity sleep before a timeout 
sleep occurs.

The planned solution is to implement code which aborts the handling of 
screen on/off broadcasts when the call in progress notification exists. We 
are researching easiest way to code this case.

Original issue reported on code.google.com by myLockan...@gmail.com on 29 Dec 2009 at 11:24

GoogleCodeExporter commented 8 years ago
We implemented code in alpha 2 that reads phone state changes. This reliably 
stops 
handling of screen on and off when phone calls are happening, avoiding the 
problem.

Original comment by myLockan...@gmail.com on 2 Jan 2010 at 8:22