Can't uninstall the plugin Background Geolocation

Hi guys,
I’d like to uninstall the plugin “Background Geolocation” because I don’t use it anymore.
I have installed it with these commands:

ionic cordova plugin add @mauron85/cordova-plugin-background-geolocation 
npm install @ionic-native/background-geolocation

So, I’ve uninstalled it with these commands:

npm uninstall --save @ionic-native/background-geolocation 
ionic cordova plugin rm @mauron85/cordova-plugin-background-geolocation

However when I build the app for Android this message appears:

Discovered saved plugin "@mauron85/cordova-plugin-background-geolocation". Adding it to the project

and the plugin is added again to the project.
I can’t get rid of it :slight_smile:

It is in the cordova plugin list:

> cordova.cmd plugin ls
cordova-plugin-actionsheet 2.3.3 "ActionSheet"
cordova-plugin-background-geolocation 3.1.0 "CDVBackgroundGeolocation"
cordova-plugin-camera 4.0.3 "Camera"
cordova-plugin-camera-preview 0.11.1 "cordova-plugin-camera-preview"
cordova-plugin-device 2.0.2 "Device"
cordova-plugin-geolocation 4.0.1 "Geolocation"
cordova-plugin-ionic-keyboard 2.1.3 "cordova-plugin-ionic-keyboard"
cordova-plugin-ionic-webview 4.1.0 "cordova-plugin-ionic-webview"
cordova-plugin-mauron85-background-geolocation 3.0.1 "CDVBackgroundGeolocation"
......

How can I uninstall it permanently?
Is it possible that it is required from another plugin?
How can I check this?

Thank you very much

Claudio