I'd like to add some buttons to a persistant notification to control my application. I have successfully added the buttons in XML and they show up perfectly when I run my application in the emulator. However, I can't figure out how to access these buttons from within my code. The only way I know how to access my buttons is by using the Activity method findViewById(). As the notification is a widget and not a activity I'm, completely lost as to what is the proper way to access my buttons and attach a call back. Any help will be greatly appreciated.
-- 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

