I am using Netcore Smartech Android SDK version 2.2.19. I have added the meta-data tag for the notification icon as per their documentation but I am not able to see the icon. Gray square comes in the place of the notification icon.
<meta-data
android:name="SMT_SMALL_NOTIFICATION_ICON"
android:value="@drawable/ic_notif"/>
<!-- I also tried below syntax. -->
<meta-data
android:name="SMT_SMALL_NOTIFICATION_ICON"
android:value="ic_notif.png"/>