Log bouncer prompt reason
Bug: 27434873 Change-Id: I6918507b66506cf95b20f95fe4a5cb19c899122f
This commit is contained in:
@@ -519,6 +519,9 @@ public class KeyguardSecurityContainer extends FrameLayout implements KeyguardSe
|
||||
@Override
|
||||
public void showPromptReason(int reason) {
|
||||
if (mCurrentSecuritySelection != SecurityMode.None) {
|
||||
if (reason != PROMPT_REASON_NONE) {
|
||||
Log.i(TAG, "Strong auth required, reason: " + reason);
|
||||
}
|
||||
getSecurityView(mCurrentSecuritySelection).showPromptReason(reason);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user