We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30d969 commit f6d1afdCopy full SHA for f6d1afd
policy/src/com/android/internal/policy/impl/keyguard/KeyguardStatusViewManager.java
@@ -221,6 +221,7 @@ public void securityMessageChanged() {
221
mHandler.removeCallbacks(mClearSecurityMessageRunnable);
222
mHandler.postDelayed(mClearSecurityMessageRunnable, SECURITY_MESSAGE_DURATION);
223
}
224
+ mSecurityMessage.announceForAccessibility(mSecurityMessage.getText());
225
226
227
/**
0 commit comments