capacitor-community / background-geolocation

A Capacitor plugin that sends you geolocation updates, even while the app is in the background.
MIT License
177 stars 54 forks source link

Android Background icon issue in some devices #93

Closed ivinantony closed 1 year ago

ivinantony commented 1 year ago

Describe the bug Background Notification icon shows a square in some android devices. but i some devices it shows the correct icon as well

To Reproduce Steps to reproduce the behavior: Tested In Redmi 9 pro

Expected behavior it should show the icon that we added in the strings.xml

Screenshots 339758E5-F3D7-4C4E-AE98-267D0E6E799F

diachedelic commented 1 year ago

if you tap the notification, does it open the app or the settings? If it opens the settings that usually means the notification icon is configured incorrectly (weird, I know).

diachedelic commented 1 year ago

And make sure you create the icon using the tool in Android Studio, it has to be a specific format.

ivinantony commented 1 year ago

And make sure you create the icon using the tool in Android Studio, it has to be a specific format.

thank you so much i have fixed it by creating the icon from android studuio