Adding new Settings.Secure properties for the Text-To-Speech functionality.

Those properties are secure to prevent applications from altering the user's settings without his knowledge.
This commit is contained in:
Jean-Michel Trivi
2009-06-04 14:55:24 -07:00
parent 716b56817a
commit f62ba452bb
2 changed files with 67 additions and 0 deletions

View File

@@ -107280,6 +107280,50 @@
visibility="public"
>
</field>
<field name="TTS_DEFAULT_PITCH"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;tts_default_pitch&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TTS_DEFAULT_RATE"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;tts_default_rate&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TTS_DEFAULT_SYNTH"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;tts_default_synth&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TTS_USE_DEFAULTS"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;tts_use_defaults&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="USB_MASS_STORAGE_ENABLED"
type="java.lang.String"
transient="false"