am 7dfc3540
: am 0f01eb7f
: am ae9d437b
: Merge "Settings: Ensure CryptKeeper dismisses secure keyguards." into lmp-dev
* commit '7dfc3540a33c0bf53227db86ce193dc8ef0f02f4': Settings: Ensure CryptKeeper dismisses secure keyguards.
This commit is contained in:
@@ -752,8 +752,9 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
|
||||
mHandler.removeMessages(MESSAGE_NOTIFY);
|
||||
mHandler.sendEmptyMessageDelayed(MESSAGE_NOTIFY, 120 * 1000);
|
||||
|
||||
// Dismiss keyguard while this screen is showing.
|
||||
getWindow().addFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD);
|
||||
// Dismiss secure & non-secure keyguards while this screen is showing.
|
||||
getWindow().addFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD
|
||||
| WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user