app/src/main/java/com/example/jarvis_stts/JarvisService.kt aktualisiert

This commit is contained in:
2026-03-13 13:24:08 +00:00
parent 570a3abbe9
commit b2e9866b78

View File

@@ -149,7 +149,7 @@ class JarvisService : Service(), RecognitionListener {
}
// Unser Regex-Check (den passen wir gleich an)
if (Regex("\\b(hey joe avis|hey gravis|bei gravis|hey joe|hey ich habe es)\\b").containsMatchIn(partialText)) {
if (Regex("\\b(hey joe avis|hey gravis|bei gravis|hey joe|hey ich habe es|naja bis|welche avis)\\b").containsMatchIn(partialText)) {
Log.d("JARVIS", "WAKE WORD ERKANNT: $partialText")
triggerJarvis()
}