From 18f0d357f9693fe787a3e3777d8fdf01357a6e3f Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Fri, 25 Apr 2014 17:06:18 -0700 Subject: Rework some of the voice interaction APIs. On the app side, requests are now composed by subclassing from various types of Request objects. On the service side, starting a voice interaction session involves starting another service that will then manage the session. This leads the service design much more to what we want, where the long-running main service is very tiny and all the heavy-weight transient session work is elsewhere in another process. Change-Id: I46c074c6fe27b6c1cf2583c6d216aed1de2f1143 --- .../res/xml/interaction_service.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/VoiceInteraction/res/xml/interaction_service.xml (limited to 'tests/VoiceInteraction/res/xml') diff --git a/tests/VoiceInteraction/res/xml/interaction_service.xml b/tests/VoiceInteraction/res/xml/interaction_service.xml new file mode 100644 index 0000000..45bd994d --- /dev/null +++ b/tests/VoiceInteraction/res/xml/interaction_service.xml @@ -0,0 +1,21 @@ + + + + -- cgit v1.1