Hi there. I've tried to set a RemoteViews in Expanded Status notification with a clickable image by using setOnClickPendingIntent(). You can imagine a clickable icon is nested in Expanded Status item row for the purpose of performing quick operation from StatusBar curtain itself.
However, I found that onClick() callback is never fired on the nested view. And this seems to be due to LatestItemView (which is the container of Views shown in an status notification row) is intercepting MotionEvent hence its child views do not have a change to handle the events at all... Is this per design or bug? And if it is per design, what is the intention of blocking it while document does not mention any restriction.. (at least I couldn't find any notes...) Thanks, Kaz -- 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

