Settings.Secure.AccessibilitySpeakPassword Field

Definition

Whether to speak passwords while in accessibility mode.

[Android.Runtime.Register("ACCESSIBILITY_SPEAK_PASSWORD")]
public const string AccessibilitySpeakPassword;
[<Android.Runtime.Register("ACCESSIBILITY_SPEAK_PASSWORD")>]
val mutable AccessibilitySpeakPassword : string

Field Value

Attributes

Remarks

Whether to speak passwords while in accessibility mode.

This member is deprecated. The speaking of passwords is controlled by individual accessibility services. Apps should ignore this setting and provide complete information to accessibility at all times, which was the behavior when this value was true.

Java documentation for android.provider.Settings.Secure.ACCESSIBILITY_SPEAK_PASSWORD.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to