Update attribute doc for voiceinteraction service

More specific on the desired value to be assigned.

Bug: 262735157
Test: N/A
Change-Id: I170d056ce2502fe073d5589f9512a3c90eb436cf
This commit is contained in:
Charles Chen
2023-02-14 21:43:57 +00:00
parent effe0ad891
commit 30cafc8cf7

View File

@@ -9022,10 +9022,10 @@
{@link android.os.Build.VERSION_CODES#N} and not used in previous versions. -->
<attr name="supportsLocalInteraction" format="boolean" />
<!-- The service that provides {@link android.service.voice.HotwordDetectionService}.
@hide @SystemApi -->
Expect a component name to be provided. @hide @SystemApi -->
<attr name="hotwordDetectionService" format="string" />
<!-- The service that provides {@link android.service.voice.VisualQueryDetectionService}.
@hide @SystemApi -->
Expect a component name to be provided. @hide @SystemApi -->
<attr name="visualQueryDetectionService" format="string" />
</declare-styleable>