Android Custom notification with setOnClickPendingIntent doesn't work on lower version than 3.0. Is there a work around to make it work? -
Android Custom notification with setOnClickPendingIntent doesn't work on lower version than 3.0. Is there a work around to make it work? -
i'm playing notification not able create notification custom layout works on froyo (or other android version lower 3.0) works on ics.
the problem want associate pending intent single views.
in sentiment there work around because app notification toggles don't know how.
please help me.
regards
i'm playing notification not able create notification custom layout works on froyo (or other android version lower 3.0) works on ics.
you can create custom layouts on previous versions, cannot respond click events reliably.
the problem want associate pending intent single views.
that not supported prior rich notifications added in android 4.1. may work on devices, due manufacturer modifications, not work devices.
in sentiment there work around because app notification toggles don't know how
"notification toggles" part of device firmware (os or modifications manufacturers), not part of sdk application.
android notifications android-pendingintent android-2.2-froyo
Comments
Post a Comment