We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da507ff commit 9c47a6eCopy full SHA for 9c47a6e
1 file changed
app/src/main/AndroidManifest.xml
@@ -337,6 +337,7 @@
337
android:theme="@style/AppTheme.Transparent">
338
<intent-filter>
339
<action android:name="android.intent.action.VOICE_COMMAND" />
340
+ <action android:name="android.intent.action.VOICE_ASSIST" />
341
<category android:name="android.intent.category.DEFAULT" />
342
</intent-filter>
343
</activity>
0 commit comments