Set a custom icon for push notifications

You can specify a custom notification icon to display in the notification bar.

Note: This does not apply to Unity applications.

In the manifest file, add the following code.

<meta-data
   android:name="LOCALYTICS_NOTIFICATION_ICON"
   android:value="@drawable/YOUR_CUSTOM_ICON" />