After looking at logcat i came to conclsion that RadioGroup can't be used in notifcation.
This time i am using buttons and those appearing in notication window. I have registered pending intents for each button in my notification. But when i click any button, contentintent being raissed but not button pending is raised. Is there any thing needs to be done to listen to user actions notification button actions except from registering pending intents with RemoteViews? Thanks in advance... On Dec 20, 2:31 pm, Pink <[email protected]> wrote: > Hi, > > I want to display a radiogroup with 4 radio buttons in a > notification. > > I am using RemoteViews to specify that radioGroup, but when i fire > > the notifcation i am able to see my icon in the status bar but not > the > > notification in notification window. > > I am not setting setLatestEvent, but i am specifying > Notification.contentView . > > Where am i doing wrong? > > Thanks in advance... -- 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

