From 759874a185dd92810db867ca9ff10fa490e1f51a Mon Sep 17 00:00:00 2001 From: Nicholas Ambur Date: Fri, 9 Sep 2022 18:15:59 -0700 Subject: [PATCH] update test app keyphrase to match Google keyphrase Bug: 232147045 Test: manual Change-Id: Ib45bdeae4d7de356b539a1475d2f27667cef9fdb --- .../android/voiceinteractor/SampleVoiceInteractionService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/VoiceInteractionService/src/com/example/android/voiceinteractor/SampleVoiceInteractionService.java b/samples/VoiceInteractionService/src/com/example/android/voiceinteractor/SampleVoiceInteractionService.java index f1473b1ed..cde6f1a39 100644 --- a/samples/VoiceInteractionService/src/com/example/android/voiceinteractor/SampleVoiceInteractionService.java +++ b/samples/VoiceInteractionService/src/com/example/android/voiceinteractor/SampleVoiceInteractionService.java @@ -44,7 +44,7 @@ import java.time.Duration; import java.util.Locale; public class SampleVoiceInteractionService extends VoiceInteractionService { - public static final String DSP_MODEL_KEYPHRASE = "Test Keyphrase"; + public static final String DSP_MODEL_KEYPHRASE = "X Google"; private static final String TAG = "VIS"; // AudioRecord config