On Thu, Sep 16, 2010 at 8:15 AM, Mark Carter <[email protected]> wrote:
> The ContentProvider documentation details how to define Mime Types for
> single row (item) or multiple row (dir) queries. But what about a
> query which performs a count()?
>
> Maybe:
>
> vnd.android.cursor.item/java.lang.Integer

So long as it is unique on the device, it does not matter what you
call it. There are no built-in assumptions based on MIME type names,
AFAIK.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

-- 
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

Reply via email to