Re: [android-developers] CalendarContract on Samsung's ICS update

2012-03-17 Thread Zsolt Vasvari
Here's the relevant section from the CTS that applies to the Contact Provider: Areas Covered The unit test cases cover the following areas to ensure compatibility: AreaDescription Platform Data ModelThe CTS tests the core platform data model as exposed to application developers through content

[android-developers] CalendarContract on Samsung's ICS update

2012-03-16 Thread roee88
Hi, I'm using Intent.ACTION_INSERT exactly as described in http://developer.android.com/guide/topics/providers/calendar-provider.html#intent-insert It works fine on Galaxy Nexus and other ICS devices and ROMs. On Samsung SGSII with their recent ICS update it simply doesn't do anything. The

Re: [android-developers] CalendarContract on Samsung's ICS update

2012-03-16 Thread Ralph Bergmann | the4thFloor.eu
Am 16.03.12 13:51, schrieb roee88: It works fine on Galaxy Nexus and other ICS devices and ROMs. On Samsung SGSII with their recent ICS update it simply doesn't do anything. I think this happens because the SGS2 does not have the Google calendar app. Samsung use their own calendar app which

Re: [android-developers] CalendarContract on Samsung's ICS update

2012-03-16 Thread Zsolt Vasvari
No, this should work as it's a public API even with their own Calendar implementation. If it doesn't, is a big issue for many apps. This error should have been caught during the CTS run. ( http://source.android.com/compatibility/cts-intro.html ). I'd suggest you create the smallest app that