Skip to content

Commit 9c47a6e

Browse files
committed
Add VOICE_ASSIST intent to activity filter
1 parent da507ff commit 9c47a6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@
337337
android:theme="@style/AppTheme.Transparent">
338338
<intent-filter>
339339
<action android:name="android.intent.action.VOICE_COMMAND" />
340+
<action android:name="android.intent.action.VOICE_ASSIST" />
340341
<category android:name="android.intent.category.DEFAULT" />
341342
</intent-filter>
342343
</activity>

0 commit comments

Comments
 (0)