Android - Notification and icon when getting location

Hello.

In Android 8 only I am getting a notification with an icon which isn’t the icon of my App. Is it possible to change this icon and the texts or remove the notification?

I am calling the method to get my position like this:

this.geolocation.getCurrentPosition({ enableHighAccuracy: true, timeout: 1000, maximumAge: 1000 }).then(...

And this is the icon I am talking about (the one about fusedlocationprovider):

55820517-908d9600-5afb-11e9-8e80-072304bdc02a

Is there any way to do this?

Thanks!