Felipe00 / mylockforandroid

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

Lockscreen visible one time after a received call ends. #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Answer an incoming call
2. End the call
3. Observe as lockscreen shows up

What is the expected output? What do you see instead?
Users expect myLock always skips lockscreen. Instead the phone app is being 
permitted to restore it only in this case where it remembers that the call 
arrived while the lockscreen was in effect.

This will be able to be fixed in the next minor release. A temporary 
workaround is that you can double press power and myLock should properly 
skip the lockscreen on receiving the screen on event.

Original issue reported on code.google.com by myLockan...@gmail.com on 8 Jan 2010 at 3:53

GoogleCodeExporter commented 9 years ago
Testing the fix for this issue to be including in next releases.
Received calls can happen while device was asleep or in use, so the code has to 
check 
to make sure it doesn't create any errors assuming the incorrect case.

Original comment by myLockan...@gmail.com on 11 Jan 2010 at 6:20

GoogleCodeExporter commented 9 years ago
fixed with new lockscreen activity / mediator service lifecycle logic.

Original comment by myLockan...@gmail.com on 25 Feb 2010 at 9:37