Re: [android-developers] Re: RemoteViews notification is not being displayed in notification window??

2010-12-27 Thread Dianne Hackborn
Buttons and other widgets inside of notifications aren't supported in the standard platform. If it happens to work on a particular device, that is an extra feature there but not something you can count on working elsewhere. On Dec 26, 2010 9:19 PM, mkmand manojk.mau...@gmail.com wrote: I am

Re: [android-developers] Re: RemoteViews notification is not being displayed in notification window??

2010-12-27 Thread Manoj Maurya
I understand that but custom expanded view is part of standard platform. What I fail to understand is that how it can be device dependant if OS is same? I am not getting any exception or error. Simply, click on buttons in side notifications is not working on few devices. It might be resolution

Re: [android-developers] Re: RemoteViews notification is not being displayed in notification window??

2010-12-27 Thread Dianne Hackborn
The expanded notification is standard. Being able to have clickable widgets inside is *not*. Just don't do that. It is not supported. Try it on the emulator. Does it work? If not, that is the expected behavior. On Dec 27, 2010 12:08 PM, Manoj Maurya manojk.mau...@gmail.com wrote: I

Re: [android-developers] Re: RemoteViews notification is not being displayed in notification window??

2010-12-27 Thread Manoj Maurya
Thanks for replying. Unfortunately, emulator is too slow to start n respond. So, I do use my phone for testing etc. Thanks Manoj Kumar Maurya The expanded notification is standard. Being able to have clickable widgets inside is *not*. Just don't do that. It is not supported. Try it on the

Re: [android-developers] Re: RemoteViews notification is not being displayed in notification window??

2010-12-27 Thread Stephen Lau
More than likely you're seeing something where a vendor (i.e. manufacturer or carrier) wanted that behaviour, and passed through click handling events from the expanded notification tray to the underlying notification, and thus its widgets. As Dianne mentioned, this isn't part of the standard

Re: [android-developers] Re: RemoteViews notification is not being displayed in notification window??

2010-12-27 Thread Stephen Lau
Slow maybe. Correct definitely. :) I don't use the emulator for day to day development, but I still run sanity checks against it for correctness to ensure my app runs on as many platforms as possible. The only time I've been bitten by this is when vendor customisations totally deviate from

Re: [android-developers] Re: RemoteViews notification is not being displayed in notification window??

2010-12-27 Thread Manoj Maurya
I appreciate your observation. Just to mention, it works on my HTC HD2 WITH froyo 2.2 build but not on mytouch and g2, tested so far. Thanks Manoj Kumar Maurya More than likely you're seeing something where a vendor (i.e. manufacturer or carrier) wanted that behaviour, and passed through click

Re: [android-developers] Re: RemoteViews notification is not being displayed in notification window??

2010-12-27 Thread Kostya Vasilyev
HTC is well known for heavily customizing Android for their phones. 27.12.2010 22:41, Manoj Maurya ?: I appreciate your observation. Just to mention, it works on my HTC HD2 WITH froyo 2.2 build but not on mytouch and g2, tested so far. Thanks Manoj Kumar Maurya More than likely you're