I am trying to add voice action to my music app. When I do the voice action 
and said:

Play Someone like you

this would give me a google search result instead playing result in my app.

In have this in my manifest

<activity>
    <intent-filter>
        <action android:name=
             "android.media.action.MEDIA_PLAY_FROM_SEARCH" />
        <category android:name=
             "android.intent.category.DEFAULT" />
    </intent-filter>
</activity>

It just work if I choose my app manually but not with voice. What is the 
problem?. I am developing and android auto app and it doesn not work too.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/5827f87e-741e-4faa-94bc-37f44ac11bfe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to