As per Android L developers guide here,
The system ignores all non-alpha channels in action icons and the main notification icon. You should assume that these icons are alpha-only.
So my question is very simple: what are alpha-only icons? and how does it affect the UI? What are the things that I have to update in my project which was targeted previously for jelly bean?
I searched on google but couldn't find any answer for this.