diff options
Diffstat (limited to 'packages/SystemUI/src/com/android/keyguard/KeyguardSecurityView.java')
-rw-r--r-- | packages/SystemUI/src/com/android/keyguard/KeyguardSecurityView.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityView.java b/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityView.java index e10819473dea..09d4d5fcbde9 100644 --- a/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityView.java +++ b/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityView.java @@ -51,6 +51,11 @@ public interface KeyguardSecurityView { */ int PROMPT_REASON_AFTER_LOCKOUT = 5; + /*** + * Strong auth is require to prepare for an unattended update. + */ + int PROMPT_REASON_PREPARE_FOR_UPDATE = 6; + /** * Interface back to keyguard to tell it when security * @param callback |