I want to display a custom notification. The notification will have a little refresh button on its right side. When a user clicks that button, notification is updated to newer information. And if a user clicks at any other place, then the actual pending intent gets fired.
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Tuesday, January 17, 2012
How to put more than pending intent /actions in one notification?
Subscribe to:
Post Comments (Atom)
What you want may be possible starting with Android 4.0.
ReplyDeletePrior versions of Android did not support interactive widgets in the RemoteViews used in a Notification. While they worked for a handful of devices, they did not work for all of them and were not considered supported by Google.