mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-07 11:59:34 -05:00
allow app to respond to voice commands required for android auto
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user