[android-developers] Re: ContentProvider queries, Contacts and the SDK docs

2009-05-15 Thread Mark Murphy
A couple of questions. First thing I was wondering is where to log bugs in the docs. http://b.android.com With regards to the selection options - how exactly can these handle? That's up to the individual content provider and how it stores its data. I've seen a couple of places where a

[android-developers] Re: ContentProvider queries, Contacts and the SDK docs

2009-05-15 Thread Jeff Sharkey
Last question is about the Contacts PERSON_ID and how long-lived that is. It is guaranteed to never change (though may be removed obviously). Well not truly guaranteed but will only cycle after it runs out of unused integers. Or may they change value as contacts are removed? _ID values are

[android-developers] Re: ContentProvider queries, Contacts and the SDK docs

2009-05-15 Thread Alan Jones
Hi Mark and Jeff, On May 16, 4:03 am, Mark Murphy mmur...@commonsware.com wrote: That may work for content providers that pass WHERE clauses straight on to SQLite. Awesome - thanks. If I rely on behaviour like this is it going to remain consistent between major releases of android? i.e. will

[android-developers] Re: ContentProvider queries, Contacts and the SDK docs

2009-05-15 Thread Mark Murphy
Awesome - thanks. If I rely on behaviour like this is it going to remain consistent between major releases of android? i.e. will my app at least be fine for 1.5.X? (Do they even drop point releases to phones or is it set in stone/ firmware until the next major version?) If it's not in the