krishnansuccess / droid-notify

Automatically exported from code.google.com/p/droid-notify
0 stars 0 forks source link

Update keyguard and wakelock use. #179

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add option and use Keyguard  Screen Wake settings to keep screen on after it's 
been released

Original issue reported on code.google.com by cs3vi...@gmail.com on 23 Jan 2013 at 1:36

GoogleCodeExporter commented 9 years ago
Test out a new Keyguard unlock pattern:

FLAG_DISMISS_KEYGUARD

Since: API Level 5
Window flag: when set the window will cause the keyguard to be dismissed, only 
if it is not a secure lock keyguard. Because such a keyguard is not needed for 
security, it will never re-appear if the user navigates to another window (in 
contrast to FLAG_SHOW_WHEN_LOCKED

Original comment by cs3vi...@gmail.com on 23 Jan 2013 at 1:36

GoogleCodeExporter commented 9 years ago
This has been implemented in Version 4 of the application.

Original comment by cs3vi...@gmail.com on 9 Mar 2013 at 7:12