Lines Matching full:mime
35 and asks what MIME type the data that will be returned from the URI is.</li>
37 intent-filter that matches both the VIEW action, and the MIME type for
58 <p>The real key here is the MIME type. MIME stands for <a
59 href="http://en.wikipedia.org/wiki/MIME">Multipurpose Internet Mail
60 Extensions</a> — a standard for sending attachments over email. The MIME
65 different ContentProvider to handle it, but could still use the same MIME type
138 <p>For right now we are concerned with the MIME type for the URI. This is
153 matchers. In the first case, that of the all notes URI, the MIME type
156 vnd bit is MIME-speak for "vendor specific definition"). Likewise, in
157 the case of a NOTE_NAME match, the MIME type returned is
161 <p>Note that if you define your own MIME data types like this, the
169 the ContentProvider to find out the MIME types for that URI. The final
171 MIME type. Take a look in the the