Hi, I'd like to create NDEF records with content defined by MIME types. android.nfc.NdefRecord asks me to provide the type definition as "a value that follows the media-type BNF construct defined by RFC 2046." as a byte[] array. Unfortunately, I can't make a lot out of the RFC 2046 specification (http://www.ietf.org/rfc/rfc2046.txt).
So, how do I correctly parse a MIME type string into said byte[] array? Johannes -- 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

