Lukas Zapletal wrote:
> Interested too.
> 
>> ContentResolver contentResolver = new ContentResolver();
>>
>> Eclipse tells me the following: "cannot instantiate the type
>> ContentResolver"
> 
> Its an abstract class but I dont know why - there is only one
> implementation - mock test.
> 
> Documentation is very outdated here.
> 
> Any help?

Call getContentResolver() from any Context (e.g., Activity, Service) to
get a ContentResolver instance.

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

Need help for your Android OSS project? http://wiki.andmob.org/hado

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