OSDN Git Service

Add a new "Voice input & output" top-level section of system settings.
authorMike LeBeau <mlebeau@android.com>
Mon, 25 Jan 2010 23:18:45 +0000 (18:18 -0500)
committerMike LeBeau <mlebeau@android.com>
Tue, 26 Jan 2010 00:30:30 +0000 (19:30 -0500)
commit92c3352f89b1d088d5d3e4602e0c6b733ed0dddf
tree769254d6a4229ef01b396fd09b46e46c9b61f3ea
parent7bc9b26b74eed8ecdab353a548c3ac71f777accb
Add a new "Voice input & output" top-level section of system settings.
This replaces the existing "Text-to-speech" section, placing that
inside, along with a link to the newly exposed voice search settings
(which will soon be expanded) and a link to the LatinIME settings
(pending a link to a new section in LatinIME for just voice settings,
including the comma setting and a new input language setting).

The VoiceSearch and LatinIME links are smart enough to remove themselves
if those don't exist on the device.
AndroidManifest.xml
res/values/strings.xml
res/xml/settings.xml
res/xml/voice_input_output_settings.xml [new file with mode: 0644]
src/com/android/settings/VoiceInputOutputSettings.java [new file with mode: 0644]