I've transplant Android's Notification, How to set background of ImageView in a RemoteView of Notification, and set it to transparent?
I tried
remoteViews.setInt(R.id.icon, "setBackgroundResource", 0x00000000);
but it not worked.
I think the problem is I can't get R.id.yourFrame from Android framework in another app process. So the code above is just apply for the current widget process.
So how can I get the compiled R.id.icon as a int? I want to try in this way.
