In my "Remote Wave" application, I configured the intent filter as
this:

<intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category
android:name="android.intent.category.DEFAULT" />
                <category
android:name="android.intent.category.BROWSABLE" />
                <data android:scheme="file" />
                <data android:mimeType="audio/x-wav" />
                <data android:mimeType="audio/x-gsm" />
                <data android:mimeType="audio/wav" />
</intent-filter>

I works on browser based email client and some other email clients,
the user tap on the file, "Open with" will show and user can choose
"Remote Wave" to play wave, gsm files.

But native GMail client and some email clients always open the built-
in media player and GMail client event doesn't allow you to download.

Did I do something wrong? Please help.

Walter Wang

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to