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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user