allow app to respond to voice commands required for android auto

This commit is contained in:
John Grant
2025-03-19 15:17:33 +11:00
parent 3b4cbbde0e
commit ef8f2d75e4
+5 -1
View File
@@ -25,6 +25,10 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
</application>
</manifest>
</manifest>