On Aug 23, 11:38 pm, James <[email protected]> wrote: > 2,Do you think any OEM who support some kind of codec, But distribute > a device without a built-in corresponding media player ?? One thing > more, My sample code could also detect if any 3rd apps installed on > the device has implements the codec.
Your code still doesn't actually detect if the codec is available. It just detects if ANY activity in ANY application installed on the system (built-in or from the market) declares that it can handle the mime type "audio/wma" (which could be a lie). Also, some activities could declare that they accept "audio/*" which matches "audio/wma", without actually doing WMA decoding. Or maybe it does WMA, but not the version expected (7? 8? 9?). Doug -- 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

