Skip to content

Commit

Permalink
Use app name for trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
CatotheCat11 committed Dec 23, 2024
1 parent cc04caf commit 2749466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/voice_trigger_start.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<trigger command="SHOW_ME_THE_NEWS" >
<trigger keyword="@string/app_name" >
<constraints
network="true" />
</trigger>

0 comments on commit 2749466

Please sign in to comment.