New preference for selecting new voice interaction service.

This is currently in addition to the existing Voice Search
preference in this UI.  Eventually it will replace that one,
as a superset of its functionality.

Change-Id: I26f1220fa129870cad3ec4152a569a9c494971fb
This commit is contained in:
Dianne Hackborn
2014-04-17 18:35:29 -07:00
parent c41dfb4f6c
commit df7e99b733
3 changed files with 188 additions and 17 deletions

View File

@@ -71,6 +71,16 @@
<PreferenceCategory android:key="voice_category"
android:title="@string/voice_category" >
<!-- entries, entryValues, and defaultValue will be populated programmatically. -->
<ListPreference
android:key="voice_interactor"
android:title="@string/voice_interactor_title"
android:dialogTitle="@string/voice_interactor_title" />
<!-- An intent for this preference will be populated programmatically. -->
<PreferenceScreen android:key="voice_interactor_settings"
android:title="@string/voice_interactor_settings_title" />
<!-- entries, entryValues, and defaultValue will be populated programmatically. -->
<ListPreference
android:key="recognizer"