Push notifications / Push Notifications for Android and Unity Android |
You can specify a custom notification icon to display in the notification bar.
In the manifest file, add the following code.
<meta-data android:name="LOCALYTICS_NOTIFICATION_ICON" android:value="@drawable/YOUR_CUSTOM_ICON" />