in reply to my own question, i see (via some android development forums) that setting the target to < 21 works (it does), but that solution appears not to be the proper solution. google apparently made some changes regarding the notification icon for target > 20. has that been addressed here? members' problems with the notification icon involved other matters, from what i saw in searching the forum earlier. thanks.no problem on the emulator (4.22, api17, target 21, halo) , but i get a little blank square when app is deployed to nexus4 or moto with 5.1. what did i screw up: theme? sdk? target? what do i need? (icon is in apk in res/drawable) thanks.
If the targetSdkVersion is 21+ and the device runs Android 5+ then the non-transparent colors will be white.
For example (The A icon is the new B4A-bridge icon):
The solution is to create similar icons.
Setting the targetSdkVersion to 19 should cause the icon to be colored on all devices.for a moment i thought that setting the target < 21 would allow my icon to look normal on devices up through 5