Files
android_development/samples/VoiceInteractionService/res/xml/voice_interaction.xml
Charles Chen 27871db61e Create SampleVisualQueryDetectionService
Create SampleVisualQueryDetectionService for the Sample VoiceInteractor
devlopment app. The service currently only has the no functionalities.
Only the creation and initialization is integrated.

Test: Manual
Bug: 261517532
Change-Id: Ia5354b24e21854fb5e53857f9a6db7c8b80d3f5a
2023-01-12 21:13:18 +00:00

24 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2021 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<voice-interaction-service xmlns:android="http://schemas.android.com/apk/res/android"
android:sessionService=""
android:hotwordDetectionService="com.example.android.voiceinteractor.SampleHotwordDetectionService"
android:visualQueryDetectionService="com.example.android.voiceinteractor.SampleVisualQueryDetectionService"
android:recognitionService=""
android:settingsActivity=""
android:supportsAssist="true"
android:supportsLocalInteraction="true" />