I am setting the icon for my apps widget as part of getSourceRegistrationConfiguration:
String iconSource1 = ExtensionUtils.getUriString(mContext, R.drawable.watchwidgeticon);
sourceValues.put(Notification.SourceColumns.ICON_URI_1, iconSource1);
While the icon does display, it is displayed slightly above and to the left of the position it should be in, and the standard circle icon is displayed where ICON_URI_1 should be.
Any ideas as to why this would be happening, and how to correct it?
The icon circled in red should be in the bottom right hand corner