Search code examples
androidandroid-notifications

How to remove Android notification icon and set backgournd like kjvBible


How can I do this?

enter image description here

enter image description here

I did this, but it didn't work:

val smallIconViewId = context.resources.getIdentifier(
    "left_icon", "id",
    android.R::class.java.getPackage().name
)
notificationLayout.setViewVisibility(smallIconViewId, View.INVISIBLE)

Solution

  • This action is banned for target SDK above 32.