Aracılığıyla paylaş


Settings.Secure.TtsUseDefaults Field

Definition

Caution

deprecated

Setting to always use the default text-to-speech settings regardless of the application settings.

[Android.Runtime.Register("TTS_USE_DEFAULTS")]
[System.Obsolete("deprecated")]
public const string TtsUseDefaults;
[<Android.Runtime.Register("TTS_USE_DEFAULTS")>]
[<System.Obsolete("deprecated")>]
val mutable TtsUseDefaults : string

Field Value

Attributes

Remarks

Setting to always use the default text-to-speech settings regardless of the application settings. 1 = override application settings, 0 = use application settings (if specified).

This member is deprecated. The value of this setting is no longer respected by the framework text to speech APIs as of the Ice Cream Sandwich release.

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

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