Customizing notifications
Small push notification icon
<!-- Assuming there is a push_icon.png in your res/drawable-{dpi} folder -->
<manifest ...>
<application ...>
<meta-data
android:name="com.batch.android.push.smallicon"
android:resource="@drawable/push_icon" />
<!-- Notification color. ARGB but the alpha value can only be FF -->
<meta-data
android:name="com.batch.android.push.color"
android:value="#FF00FF00" />Disabling foreground notifications
Managing Android notification display
Re-enabling notifications:
Adding notification actions
Overriding the notification channel on Android
Last updated

