Log bouncer prompt reason
am: 569edb8512
* commit '569edb85125e6754de8f8e60f993afad42eed490':
Log bouncer prompt reason
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