So the Android documentation says that app icons (mipmap) is converted into to notification bar icon by putting a white filter on all pixels not transparent. The problem is I need white color in the icon (when it's on the phone screen full size) but the white should be removed when shown in the status (notification) bar.
Since there isn't a separate image for notification icons I am a bit lost on how to do this.
Thanks