Merge change 3652 into donut
* changes: Adding default text-to-speech language in Settings.Secure.
This commit is contained in:
@@ -107197,6 +107197,17 @@
|
|||||||
visibility="public"
|
visibility="public"
|
||||||
>
|
>
|
||||||
</field>
|
</field>
|
||||||
|
<field name="TTS_DEFAULT_LANG"
|
||||||
|
type="java.lang.String"
|
||||||
|
transient="false"
|
||||||
|
volatile="false"
|
||||||
|
value=""tts_default_lang""
|
||||||
|
static="true"
|
||||||
|
final="true"
|
||||||
|
deprecated="not deprecated"
|
||||||
|
visibility="public"
|
||||||
|
>
|
||||||
|
</field>
|
||||||
<field name="TTS_DEFAULT_PITCH"
|
<field name="TTS_DEFAULT_PITCH"
|
||||||
type="java.lang.String"
|
type="java.lang.String"
|
||||||
transient="false"
|
transient="false"
|
||||||
|
|||||||
@@ -1946,6 +1946,11 @@ public final class Settings {
|
|||||||
*/
|
*/
|
||||||
public static final String TTS_DEFAULT_SYNTH = "tts_default_synth";
|
public static final String TTS_DEFAULT_SYNTH = "tts_default_synth";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Default text-to-speech language.
|
||||||
|
*/
|
||||||
|
public static final String TTS_DEFAULT_LANG = "tts_default_lang";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether to notify the user of open networks.
|
* Whether to notify the user of open networks.
|
||||||
* <p>
|
* <p>
|
||||||
|
|||||||
Reference in New Issue
Block a user