I am having problem with send option for Office 2007/2010 files. Mime type i am using is:
String mimeType2007 = "application/vnd.openxmlformats- officedocument.spreadsheetml.sheet"; while it works with2003 mime type String mimeType = "application/vnd.ms-excel"; INTENT_ACTION=ACTION.SEND What could be the problem with Mime-type here ? Any alternate available or anything to do with Android ? I checked with one of the other open source app installed on my device, it is showing up Bluetooth option for 2007 files. Not sure, if 2003 mime-type is used as quick-fix. But not convinced with this fix. -- 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

