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 logs:
03-16 13:31:27.470 D/Instrumentation(11087):
checkStartActivityResult  :Intent { act=android.intent.action.INSERT
dat=content://com.android.calendar/events flg=0x10000000 (has
extras) }
03-16 13:31:27.470 I/ActivityManager( 1992): START
{intent.toShortString} from pid 11087
03-16 13:31:27.470 D/PowerManagerService( 1992):
acquireDVFSLockLocked : type : DVFS_MIN_LIMIT  frequency : 1200000
uid : 1000  pid : 1992  tag : ActivityManager
03-16 13:31:27.470 W/ActivityManager( 1992): mDVFSLock.acquire()
03-16 13:31:27.475 D/Instrumentation(11087): checkStartActivityResult
inent is instance of inent:
03-16 13:31:27.480 I/ApplicationPolicy( 1992): isIntentDisabled
start :Intent { act=android.intent.action.INSERT dat=content://
com.android.calendar/events flg=0x10000000 (has extras) }
03-16 13:31:27.490 I/ApplicationPolicy( 1992): isIntentDisabled
resolve info :null
03-16 13:31:27.490 I/ApplicationPolicy( 1992): isIntentDisabled
return :true

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to