summaryrefslogtreecommitdiffstats
path: root/tests/VoiceInteraction/res/xml/interaction_service.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/VoiceInteraction/res/xml/interaction_service.xml')
-rw-r--r--tests/VoiceInteraction/res/xml/interaction_service.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/VoiceInteraction/res/xml/interaction_service.xml b/tests/VoiceInteraction/res/xml/interaction_service.xml
index 45bd994d..ce5669c 100644
--- a/tests/VoiceInteraction/res/xml/interaction_service.xml
+++ b/tests/VoiceInteraction/res/xml/interaction_service.xml
@@ -18,4 +18,6 @@
-->
<voice-interaction-service xmlns:android="http://schemas.android.com/apk/res/android"
- android:sessionService="com.android.test.voiceinteraction.MainInteractionSessionService" />
+ android:sessionService="com.android.test.voiceinteraction.MainInteractionSessionService"
+ android:recognitionService="com.android.test.voiceinteraction.MainRecognitionService"
+ android:settingsActivity="com.android.test.voiceinteraction.SettingsActivity" />