Re: [android-developers] Use CalendarProvider in android API 10

2012-02-12 Thread Mark Murphy
There is no ContentProvider supporting the contract defined by CalendarContract on an API Level 10 device. On Thu, Feb 9, 2012 at 3:40 PM, cb29 chervine@gmail.com wrote: Hi, I'm currently developing a calendar application using API 15 and the CalendarProvider API. However, I don't have

[android-developers] Use CalendarProvider in android API 10

2012-02-11 Thread cb29
Hi, I'm currently developing a calendar application using API 15 and the CalendarProvider API. However, I don't have the required mobile phone to test it. So, I'm trying to run it under API 10. I added the classes for CalendarProvider (I got them from