How can I do this?
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)
This action is banned for target SDK above 32.