angular - Push notification icon is different for different phones -


in ios , android phones push notification using normal image more xxxhdpi density showing transparent image need show same image in android phone please me on issue.

<icon src="resources/android/icon/drawable-ldpi-icon.png" density="ldpi"/>  <icon src="resources/android/icon/drawable-mdpi-icon.png" density="mdpi"/>  <icon src="resources/android/icon/drawable-hdpi-icon.png" density="hdpi"/>  <icon src="resources/android/icon/drawable-xhdpi-icon.png" density="xhdpi"/>  <icon src="resources/android/icon/drawable-xxhdpi-icon.png"        density="xxhdpi"/>  <icon src="resources/android/icon/drawable-xxxhdpi-icon.png"        density="xxxhdpi"/>  <hook src="scripts/android/copy_res.sh"        type="before_build" /> 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -