Settings.Secure.AccessibilitySpeakPassword Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.