Re: [android-developers] Notification question

2011-11-09 Thread Mark Murphy
Interactive widgets, like buttons, are not supported in Android's notification drawer until Android 4.0. So, while they may work on some devices, that is a side-effect of how those devices' home screens were implemented. They will not work across all devices (until all devices are on API Level

[android-developers] Notification question

2011-11-08 Thread bt
Hi, Can somebody explain me something? When I create a Notification I set a contentView with buttons. I have set onClickPendingIntent for every buttons and I have to set contentIntent for the notification too. It seems that this feature works differently on different devices: - on some devices

[android-developers] Notification question

2010-07-28 Thread steven
I want to add views to the places above the Notification area when touch Notification ,but I cant't find the APIs to do this,how can I do? Is it available? Thank u -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Notification question

2010-07-28 Thread TreKing
On Wed, Jul 28, 2010 at 7:36 AM, steven 117096...@qq.com wrote: but I cant't find the APIs to do this Be honest - you didn't try very hard, did you? Two clicks: http://developer.android.com/reference/android/app/Notification.html#contentView