OSDN Git Service

Unify voice interactor and recognizer settings.
authorDianne Hackborn <hackbod@google.com>
Sat, 19 Jul 2014 02:20:11 +0000 (19:20 -0700)
committerDianne Hackborn <hackbod@google.com>
Tue, 22 Jul 2014 03:14:43 +0000 (20:14 -0700)
commitff795ffba80e8a6455f27fab7ad0e8e14e2ec9a4
tree9f6ce9f2f7d33865be69e451b9b383aa11590e74
parentf6f1e2ba1382617cc4df76a004a0da4313a59129
Unify voice interactor and recognizer settings.

There is now one settings UI to select both the new
voice interactor and old voice recognizer.

There are still a few wonky things about this that won't
be resolved until we start requiring that all interactors
specify an associated recognizer service.

Change-Id: Ib702ff717fb28bcb244cb30e49577066ddc9f197
res/values/strings.xml
res/xml/language_settings.xml
res/xml/voice_input_settings.xml [new file with mode: 0644]
src/com/android/settings/VoiceInputOutputSettings.java
src/com/android/settings/voice/VoiceInputHelper.java [new file with mode: 0644]
src/com/android/settings/voice/VoiceInputPreference.java [new file with mode: 0644]
src/com/android/settings/voice/VoiceInputSettings.java [new file with mode: 0644]