Thanks to Travis found why: need add this: <data android:scheme="content" />
On Nov 24, 8:27 pm, Walter <[email protected]> wrote: > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

