Merge dd028b03ab
into e2918d3a95
This commit is contained in:
commit
a3575818aa
1 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,12 @@
|
|||
<category android:name="android.intent.category.APP_MUSIC" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<!-- Support voice actions-->
|
||||
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<!--
|
||||
Signal that we can take audio of *any* format, file or content. This is important,
|
||||
|
|
Loading…
Reference in a new issue