Hi! Thanks for your feedback. android.database.sqlite.SQLiteDatabase.getAttachedDbs() returns > ArrayList instead of List >
We'll get this fixed. > android.os.AsyncTask onCancelled() uses the UK spelling of the word > where everywhere else in the API, the US spelling variations are > used. It's not just Canceled vs. Cancelled, but *ize vs. *ise. > Yeah we noticed this in the API review. Unfortunately this *is* consistent with the other APIs on AsyncTask (and probably not coincidentally, the standard Java APIs like Future that AsyncTask is implemented on top of). :/ We decided it was better to keep the AsyncTask APIs self-consistent, rather than inconsistently consistent with other Android APIs. :} -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

