On Tue, Feb 14, 2012 at 10:29 AM, Kostya Vasilyev <[email protected]> wrote: > Also worth noting: setType() is for specifying a mime type, not arbitrary > text data (although it shouldn't matter here).
If it is not the same, it definitely matters, as the MIME type is part of the "are these Intents equal" logic. cancel() depends upon the underlying Intents being equivalent; two different MIME type values would not be equivalent. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 2.4 Available! -- 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

